This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7e4eef1df5 Revert "[MS] Use mangled names and comdats for string mergin [...] new 5e73e9b775 [analyzer] [tests] Include statistics in tests. new 4f1497d921 [clang] Add test dependency on llvm-as new 8eed7850fc Diagnose missing 'template' keywords in more cases.
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: .../Basic/{ExpressionTraits.h => BitmaskEnum.h} | 19 ++--- include/clang/Parse/Parser.h | 97 +++++++++++++++++++++- include/clang/Parse/RAIIObjectsForParser.h | 1 + include/clang/Sema/Sema.h | 21 +++-- lib/CodeGen/CGOpenMPRuntime.cpp | 2 +- lib/Parse/ParseCXXInlineMethods.cpp | 8 ++ lib/Parse/ParseDeclCXX.cpp | 2 + lib/Parse/ParseExpr.cpp | 63 +++++++++++--- lib/Parse/ParseExprCXX.cpp | 2 + lib/Parse/ParseStmt.cpp | 2 + lib/Sema/SemaTemplate.cpp | 33 ++++++-- test/CMakeLists.txt | 1 + test/SemaTemplate/dependent-template-recover.cpp | 54 ++++++++++-- utils/analyzer/SATestBuild.py | 8 +- 14 files changed, 272 insertions(+), 41 deletions(-) copy include/clang/Basic/{ExpressionTraits.h => BitmaskEnum.h} (55%)