This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cc90d37097 [clang-scan-deps] Skip UTF-8 BOM in source minimizer new d198004caf Use FileEntryRef for PPCallbacks::FileSkipped new 00d79b4a27 Don't lose the FoundDecl and template arguments for a DeclRe [...] new 82826b06c6 Revert "[clang-scan-deps] Minimizer: Correctly handle multi- [...]
The 3 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/Lex/PPCallbacks.h | 8 ++-- lib/Frontend/DependencyFile.cpp | 2 +- lib/Frontend/Rewrite/InclusionRewriter.cpp | 6 +-- lib/Lex/DependencyDirectivesSourceMinimizer.cpp | 49 +++++++--------------- lib/Lex/PPDirectives.cpp | 2 +- lib/Sema/TreeTransform.h | 17 +++++--- ...source_to_dependency_directives_invalid_error.c | 16 ------- unittests/Tooling/DependencyScannerTest.cpp | 42 ++++++++++++++++++- 8 files changed, 75 insertions(+), 67 deletions(-) delete mode 100644 test/Lexer/minimize_source_to_dependency_directives_invalid_error.c