]> granicus.if.org Git - clang/commit
This reverts commit r227432, r227438 and r227448.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 29 Jan 2015 17:22:53 +0000 (17:22 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 29 Jan 2015 17:22:53 +0000 (17:22 +0000)
commit4779beea00d6c131705d6fbbc72d907433049e90
treefad31e06ffc27fde3f79abae21956563dc73941c
parent07119f2310c40b689659642eb80f83cba0b5b1d2
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
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_type.py
include/clang-c/Index.h
test/Index/print-type-size.cpp
test/Index/print-type.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CXType.cpp
tools/libclang/libclang.exports