This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 96176cafb8 [ExprConstant] Use an AST node and a version number as a key [...] new d3f7881f4d -ftime-report switch support in Clang. The current support o [...] new a78930ceac [Tooling] fix UB when interpolating compile commands with an [...]
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/Frontend/FrontendAction.h | 3 + include/clang/Lex/HeaderSearch.h | 6 +- include/clang/Parse/Parser.h | 2 + include/clang/Sema/Sema.h | 3 + lib/CodeGen/CodeGenAction.cpp | 83 ++++++------- lib/Frontend/ASTMerge.cpp | 5 +- lib/Frontend/CompilerInstance.cpp | 6 + lib/Frontend/FrontendAction.cpp | 1 + lib/Frontend/FrontendActions.cpp | 4 + lib/Lex/HeaderSearch.cpp | 26 ++++ lib/Lex/PPMacroExpansion.cpp | 17 ++- lib/Lex/Pragma.cpp | 12 +- lib/Parse/ParseTemplate.cpp | 3 + lib/Parse/Parser.cpp | 44 ++++++- lib/Sema/Sema.cpp | 22 ++++ lib/Sema/SemaChecking.cpp | 25 +++- lib/Sema/SemaDecl.cpp | 5 + lib/Sema/SemaExpr.cpp | 15 +++ lib/Sema/SemaTemplate.cpp | 7 ++ lib/Tooling/InterpolatingCompilationDatabase.cpp | 4 +- test/Frontend/ftime-report-template-decl.cpp | 147 +++++++++++++++++++++++ 21 files changed, 383 insertions(+), 57 deletions(-) create mode 100644 test/Frontend/ftime-report-template-decl.cpp