This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 979eefe368 Revert "[LifetimeAnalysis] Support more STL idioms (template [...] new 5195a35aa7 Introduce FileEntryRef and use it when handling includes to [...]
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/Basic/FileManager.h | 67 ++++++- include/clang/Basic/SourceManager.h | 51 ++++- include/clang/Lex/DirectoryLookup.h | 29 ++- include/clang/Lex/HeaderMap.h | 5 +- include/clang/Lex/HeaderSearch.h | 6 +- include/clang/Lex/Preprocessor.h | 27 ++- lib/Basic/FileManager.cpp | 61 ++++-- lib/Basic/SourceManager.cpp | 19 +- lib/Frontend/CompilerInstance.cpp | 22 ++- lib/Frontend/DependencyFile.cpp | 8 +- lib/Frontend/FrontendActions.cpp | 8 +- lib/Frontend/Rewrite/InclusionRewriter.cpp | 4 +- lib/Frontend/VerifyDiagnosticConsumer.cpp | 5 +- lib/Lex/HeaderMap.cpp | 10 +- lib/Lex/HeaderSearch.cpp | 213 ++++++++++---------- lib/Lex/PPDirectives.cpp | 293 +++++++++++++++------------- lib/Lex/PPMacroExpansion.cpp | 10 +- lib/Lex/Pragma.cpp | 2 +- lib/Lex/Preprocessor.cpp | 4 +- lib/Serialization/ASTReader.cpp | 1 + lib/Serialization/ASTWriter.cpp | 1 + test/VFS/external-names.c | 16 ++ unittests/Tooling/CMakeLists.txt | 1 + unittests/Tooling/DependencyScannerTest.cpp | 118 +++++++++++ 24 files changed, 639 insertions(+), 342 deletions(-) create mode 100644 unittests/Tooling/DependencyScannerTest.cpp