Skip to content

Commit 804550a

Browse files
committed
Remove AccessSpecifier.NONE
1 parent dfc1c5e commit 804550a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,6 @@ class AccessSpecifier(BaseEnumeration):
24912491
PUBLIC = 1
24922492
PROTECTED = 2
24932493
PRIVATE = 3
2494-
NONE = 4
24952494

24962495
### Type Kinds ###
24972496

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Clang Python Bindings Potentially Breaking Changes
105105
- TypeKind ``ELABORATED`` is not used anymore, per clang AST changes removing
106106
ElaboratedTypes. The value becomes unused, and all the existing users should
107107
expect the former underlying type to be reported instead.
108+
- Remove ``AccessSpecifier.NONE`` kind. No libclang interfaces ever returned this kind.
108109

109110
What's New in Clang |release|?
110111
==============================

0 commit comments

Comments
 (0)