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 dfc1c5e commit 804550aCopy full SHA for 804550a
clang/bindings/python/clang/cindex.py
@@ -2491,7 +2491,6 @@ class AccessSpecifier(BaseEnumeration):
2491
PUBLIC = 1
2492
PROTECTED = 2
2493
PRIVATE = 3
2494
- NONE = 4
2495
2496
### Type Kinds ###
2497
clang/docs/ReleaseNotes.rst
@@ -105,6 +105,7 @@ Clang Python Bindings Potentially Breaking Changes
105
- TypeKind ``ELABORATED`` is not used anymore, per clang AST changes removing
106
ElaboratedTypes. The value becomes unused, and all the existing users should
107
expect the former underlying type to be reported instead.
108
+- Remove ``AccessSpecifier.NONE`` kind. No libclang interfaces ever returned this kind.
109
110
What's New in Clang |release|?
111
==============================
0 commit comments