This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2cf0bade66 [Driver] Don't enable "-fregister-global-dtors-with-atexit" [...] new 497bb75060 Parse A::template B as an identifier rather than as a templa [...]
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/DiagnosticParseKinds.td | 2 + include/clang/Parse/Parser.h | 5 +- include/clang/Sema/Sema.h | 4 +- lib/Parse/ParseDecl.cpp | 3 +- lib/Parse/ParseDeclCXX.cpp | 5 +- lib/Parse/ParseExpr.cpp | 2 +- lib/Parse/ParseExprCXX.cpp | 82 ++++++++++++++-------- lib/Parse/ParseOpenMP.cpp | 6 +- lib/Parse/ParseStmtAsm.cpp | 2 +- lib/Parse/Parser.cpp | 2 +- lib/Sema/SemaExpr.cpp | 7 +- lib/Sema/SemaExprMember.cpp | 14 ++-- lib/Sema/SemaTemplate.cpp | 4 +- test/CXX/drs/dr1xx.cpp | 5 +- test/CXX/drs/dr4xx.cpp | 4 +- test/CXX/temp/temp.res/p3.cpp | 2 +- test/Parser/cxx-decl.cpp | 5 +- test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 8 +-- test/SemaTemplate/template-id-expr.cpp | 46 ++++++++++++ 19 files changed, 143 insertions(+), 65 deletions(-)