libclang: Add three functions useful for dealing with anonymous fields:
clang_Cursor_getOffsetOfField clang_Cursor_isAnonymous clang_Type_visitFields Python: Add corresponding methods for dealing with anonymous fields. Patch by Loïc Jaquemet git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227432 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- bindings/python/clang/cindex.py 40 additions, 0 deletionsbindings/python/clang/cindex.py
- bindings/python/tests/cindex/test_type.py 15 additions, 6 deletionsbindings/python/tests/cindex/test_type.py
- include/clang-c/Index.h 61 additions, 1 deletioninclude/clang-c/Index.h
- test/Index/print-type-size.cpp 3 additions, 2 deletionstest/Index/print-type-size.cpp
- test/Index/print-type.cpp 3 additions, 2 deletionstest/Index/print-type.cpp
- tools/c-index-test/c-index-test.c 41 additions, 18 deletionstools/c-index-test/c-index-test.c
- tools/libclang/CXType.cpp 73 additions, 3 deletionstools/libclang/CXType.cpp
- tools/libclang/libclang.exports 3 additions, 0 deletionstools/libclang/libclang.exports
Loading
Please register or sign in to comment