Skip to content

Commit 7b3db55

Browse files
authored
[libclang/python] Export all enums (#100941)
This resolves #48212 and also adds the remaining unexposed Enums
1 parent 7a2a36f commit 7b3db55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,6 +4077,7 @@ def function_exists(self, name):
40774077
conf = Config()
40784078

40794079
__all__ = [
4080+
"AccessSpecifier",
40804081
"AvailabilityKind",
40814082
"BinaryOperator",
40824083
"Config",
@@ -4087,12 +4088,16 @@ def function_exists(self, name):
40874088
"CursorKind",
40884089
"Cursor",
40894090
"Diagnostic",
4091+
"ExceptionSpecificationKind",
40904092
"File",
40914093
"FixIt",
40924094
"Index",
40934095
"LinkageKind",
4096+
"RefQualifierKind",
40944097
"SourceLocation",
40954098
"SourceRange",
4099+
"StorageClass",
4100+
"TemplateArgumentKind",
40964101
"TLSKind",
40974102
"TokenKind",
40984103
"Token",

0 commit comments

Comments
 (0)