This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 90cf9c5 Tidy up codegen modules test & make it x86 specific since it [...] new 5625df6 [c-index-test] Provide capability to index module file import [...]
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/Frontend/ASTUnit.h | 2 ++ include/clang/Index/IndexingAction.h | 10 ++++++++++ include/clang/Serialization/ASTReader.h | 8 ++++++++ include/clang/Serialization/Module.h | 4 ++++ lib/Frontend/ASTUnit.cpp | 4 ++++ lib/Index/IndexingAction.cpp | 17 ++++++++++++++++ lib/Serialization/ASTReader.cpp | 16 +++++++++++++++ test/Index/Core/index-with-module.m | 8 +++++++- tools/c-index-test/core_main.cpp | 35 ++++++++++++++++++++++++++++++--- 9 files changed, 100 insertions(+), 4 deletions(-)