This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9e9f8b7c6f [clang][Index][NFC] Move IndexDataConsumer default implementation new 610ec02d6d ArrayRef'ized CompilerInvocation::CreateFromArgs new 1002cd493c [preprocessor] Add an opportunity to retain excluded conditi [...]
The 2 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 | 7 ++++- include/clang/Frontend/ASTUnit.h | 1 + include/clang/Frontend/CompilerInvocation.h | 7 ++--- include/clang/Lex/PreprocessorOptions.h | 4 +++ lib/Frontend/ASTUnit.cpp | 2 ++ lib/Frontend/CompilerInvocation.cpp | 8 +++--- lib/Frontend/CreateInvocationFromCommandLine.cpp | 4 +-- lib/Lex/PPDirectives.cpp | 20 ++++++++++++--- lib/Tooling/Tooling.cpp | 4 +-- ...arse.m => retain-excluded-conditional-blocks.m} | 27 +++++++++++++------ tools/arcmt-test/arcmt-test.cpp | 5 ++-- tools/c-index-test/c-index-test.c | 30 ++++++++++++++++++++++ tools/clang-import-test/clang-import-test.cpp | 4 +-- tools/driver/cc1_main.cpp | 4 +-- tools/libclang/CIndex.cpp | 4 ++- unittests/AST/ExternalASTSourceTest.cpp | 1 - 16 files changed, 93 insertions(+), 39 deletions(-) copy test/Index/{single-file-parse.m => retain-excluded-conditional-blocks.m} (81%)