llvm-project
fbcf3cb7 - [libclang/python] Add python binding for clang_Cursor_isAnonymousRecordDecl (#120483)

Commit
303 days ago
[libclang/python] Add python binding for clang_Cursor_isAnonymousRecordDecl (#120483) This function allows checking whether a declaration declares an anonymous union (as opposed to clang_Cursor_isAnonymous, which just checks if the declaration has a name).
Author
Parents
Loading