This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2a7adec Update test that relies on the optimizer to match new output. new c673702 DR1315: a non-type template argument in a partial specializat [...]
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 | 8 +- include/clang/Sema/Sema.h | 9 + lib/Sema/SemaTemplate.cpp | 234 +++++++++++---------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 18 ++ test/CXX/drs/dr13xx.cpp | 28 +++ test/CXX/temp/temp.decls/temp.class.spec/p8-0x.cpp | 9 +- test/CXX/temp/temp.decls/temp.class.spec/p8-1y.cpp | 17 +- .../temp.deduct/temp.deduct.type/p9-0x.cpp | 2 +- test/SemaTemplate/class-template-spec.cpp | 18 +- test/SemaTemplate/temp_arg_nontype.cpp | 26 +++ test/SemaTemplate/temp_arg_nontype_cxx11.cpp | 2 +- test/SemaTemplate/temp_class_spec_neg.cpp | 6 +- unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 4 +- www/cxx_dr_status.html | 2 +- 14 files changed, 246 insertions(+), 137 deletions(-)