This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cafee2d [CodeGen] Update test after recent changes in llvm (r293799). new cfe8992 Fix hole in our enforcement of rule requiring 'typename' prio [...]
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/DiagnosticSemaKinds.td | 2 + include/clang/Parse/Parser.h | 2 +- include/clang/Sema/Sema.h | 3 +- lib/Parse/ParseDeclCXX.cpp | 12 ++--- lib/Parse/ParseTemplate.cpp | 11 ++++- lib/Sema/SemaTemplate.cpp | 51 +++++++++++++++------- .../basic.lookup.qual/class.qual/p2.cpp | 8 +++- .../temp/temp.decls/temp.variadic/sizeofpack.cpp | 2 +- test/CXX/temp/temp.res/p3.cpp | 37 ++++++++++++++++ 9 files changed, 100 insertions(+), 28 deletions(-) create mode 100644 test/CXX/temp/temp.res/p3.cpp