This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ae8dcccdd1 [CodeComplete] Add completions for filenames in #include dir [...] new 0c965af23b [Index] Add an option to collect macros from preprocesor.
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/Index/IndexingAction.h | 11 ++- lib/Index/IndexingAction.cpp | 23 ++++- unittests/CMakeLists.txt | 1 + unittests/{CrossTU => Index}/CMakeLists.txt | 9 +- unittests/Index/IndexTests.cpp | 125 ++++++++++++++++++++++++++++ 5 files changed, 160 insertions(+), 9 deletions(-) copy unittests/{CrossTU => Index}/CMakeLists.txt (55%) create mode 100644 unittests/Index/IndexTests.cpp