mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Integrate LLVM at llvm/llvm-project@3287ae8f65
Updates LLVM usage to match [3287ae8f6520](https://github.com/llvm/llvm-project/commit/3287ae8f6520) PiperOrigin-RevId: 586379104 Change-Id: Id69e27932def712bbb0f4a58112dfeb5b4f76275
This commit is contained in:
parent
5ed720eeb1
commit
4d34bdb145
|
@ -89,7 +89,7 @@ class CodeAnalysisTest(parameterized.TestCase):
|
|||
if x.kind != cindex.CursorKind.MACRO_DEFINITION
|
||||
]
|
||||
self.assertListEqual(cursor_kinds, [
|
||||
cindex.CursorKind.TRANSLATION_UNIT, cindex.CursorKind.UNEXPOSED_DECL,
|
||||
cindex.CursorKind.TRANSLATION_UNIT, cindex.CursorKind.LINKAGE_SPEC,
|
||||
cindex.CursorKind.FUNCTION_DECL, cindex.CursorKind.PARM_DECL
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user