This reverts commit r227432, r227438 and r227448.
It should bring the bots back. Original messagses: r227448: Remove unnecessary default. r227438: Fix Index/print-type.cpp test following r227432. r227432: 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@227472 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- bindings/python/clang/cindex.py 0 additions, 40 deletionsbindings/python/clang/cindex.py
- bindings/python/tests/cindex/test_type.py 6 additions, 15 deletionsbindings/python/tests/cindex/test_type.py
- include/clang-c/Index.h 1 addition, 61 deletionsinclude/clang-c/Index.h
- test/Index/print-type-size.cpp 2 additions, 3 deletionstest/Index/print-type-size.cpp
- test/Index/print-type.cpp 2 additions, 3 deletionstest/Index/print-type.cpp
- tools/c-index-test/c-index-test.c 18 additions, 41 deletionstools/c-index-test/c-index-test.c
- tools/libclang/CXType.cpp 3 additions, 72 deletionstools/libclang/CXType.cpp
- tools/libclang/libclang.exports 0 additions, 3 deletionstools/libclang/libclang.exports
Loading
Please register or sign in to comment