forked from OSchip/llvm-project
Add CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR and ASM_LABEL_ATTR to the
python bindinds. patch by Tom Schuster! llvm-svn: 147378
This commit is contained in:
parent
96d77daa49
commit
30ccf36224
|
@ -816,6 +816,11 @@ CursorKind.IB_ACTION_ATTR = CursorKind(401)
|
|||
CursorKind.IB_OUTLET_ATTR = CursorKind(402)
|
||||
CursorKind.IB_OUTLET_COLLECTION_ATTR = CursorKind(403)
|
||||
|
||||
CursorKind.CXX_FINAL_ATTR = CursorKind(404)
|
||||
CursorKind.CXX_OVERRIDE_ATTR = CursorKind(405)
|
||||
CursorKind.ANNOTATE_ATTR = CursorKind(406)
|
||||
CursorKind.ASM_LABEL_ATTR = CursorKind(407)
|
||||
|
||||
###
|
||||
# Preprocessing
|
||||
CursorKind.PREPROCESSING_DIRECTIVE = CursorKind(500)
|
||||
|
|
Loading…
Reference in New Issue