This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9345ddca9e [CMake] Don't set Python_ADDITIONAL_VERSIONS new 217af05bd1 [ASTUnit] Fix a regression in cached completions new 449753109d [CrossTU] Add a function to retrieve original source location.
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/AST/ASTImporter.h | 29 ++++++++++++++- include/clang/AST/ASTImporterSharedState.h | 22 ++++++++++++ include/clang/CrossTU/CrossTranslationUnit.h | 20 ++++++++--- lib/AST/ASTImporter.cpp | 27 ++++++++++++-- lib/CrossTU/CrossTranslationUnit.cpp | 50 ++++++++++++++++++++------ lib/Frontend/ASTUnit.cpp | 1 - test/Index/complete-qualified-cached.cpp | 22 ++++++++++++ unittests/CrossTU/CrossTranslationUnitTest.cpp | 39 ++++++++++++++++---- 8 files changed, 184 insertions(+), 26 deletions(-) create mode 100644 test/Index/complete-qualified-cached.cpp