We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa6e50 commit fbf906eCopy full SHA for fbf906e
clang/bindings/python/tests/cindex/test_enums.py
@@ -45,6 +45,7 @@ def test_all_variants(self):
45
"""Check that all libclang enum values are also defined in cindex"""
46
cenum_to_pythonenum = {
47
"CX_CXXAccessSpecifier": AccessSpecifier,
48
+ "CX_StorageClass": StorageClass,
49
"CXAvailabilityKind": AvailabilityKind,
50
"CXBinaryOperatorKind": BinaryOperator,
51
"CXCursorKind": CursorKind,
@@ -53,7 +54,6 @@ def test_all_variants(self):
53
54
"CXLinkageKind": LinkageKind,
55
"CXPrintingPolicyProperty": PrintingPolicyProperty,
56
"CXRefQualifierKind": RefQualifierKind,
- "CX_StorageClass": StorageClass,
57
"CXTemplateArgumentKind": TemplateArgumentKind,
58
"CXTLSKind": TLSKind,
59
"CXTokenKind": TokenKind,
0 commit comments