This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from de4f6266fa Use the -Wunknown-warning-option group for the "unknown warn [...] new 1b98417fe9 [libclang] Expose some target information via the C API.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang-c/Index.h | 38 +++++++++++++++++++++++++++- test/Index/target-info.c | 6 +++++ tools/c-index-test/c-index-test.c | 52 ++++++++++++++++++++++++++++++++++++-- tools/libclang/CIndex.cpp | 45 +++++++++++++++++++++++++++++++++ tools/libclang/CXTranslationUnit.h | 4 +++ tools/libclang/libclang.exports | 4 +++ 6 files changed, 146 insertions(+), 3 deletions(-) create mode 100644 test/Index/target-info.c