This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f02ab3c78b cl-options.c: Fix negative -cfguard check new 16f27fb3e9 [index] Enhance indexing for module references
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/IndexDataConsumer.h | 5 +++++ include/clang/Index/USRGeneration.h | 17 +++++++++++++++++ lib/Index/IndexingAction.cpp | 1 + lib/Index/IndexingContext.cpp | 26 ++++++++++++++++++++++++-- lib/Index/USRGeneration.cpp | 26 ++++++++++++++++++++++++++ test/Index/Core/Inputs/module/SubModA.h | 2 ++ test/Index/Core/Inputs/module/SubSubModA.h | 2 ++ test/Index/Core/Inputs/module/module.modulemap | 12 +++++++++++- test/Index/Core/index-with-module.m | 10 ++++++++-- tools/c-index-test/core_main.cpp | 15 ++++++++++++--- tools/libclang/CXIndexDataConsumer.cpp | 4 +++- tools/libclang/CXIndexDataConsumer.h | 2 +- 12 files changed, 112 insertions(+), 10 deletions(-) create mode 100644 test/Index/Core/Inputs/module/SubModA.h create mode 100644 test/Index/Core/Inputs/module/SubSubModA.h