This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 12bfbed8ef Represent debug information compression type fully new 4ed69c25ab [libclang] Introduce a new parsing option 'CXTranslationUnit [...]
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 | 9 +++++++-- include/clang/Frontend/ASTUnit.h | 1 + include/clang/Lex/PreprocessorOptions.h | 4 ++++ lib/Frontend/ASTUnit.cpp | 3 ++- lib/Lex/PPDirectives.cpp | 6 +++++- test/Index/singe-file-parse.m | 11 +++++++++++ tools/c-index-test/c-index-test.c | 30 ++++++++++++++++++++++++++++++ tools/libclang/CIndex.cpp | 6 ++++-- 8 files changed, 64 insertions(+), 6 deletions(-) create mode 100644 test/Index/singe-file-parse.m