This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2f25e95 Add reference/non-reference mismatch test. new 977e39c DR1495: A partial specialization is ill-formed if it is not ( [...]
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 | 6 +- include/clang/Sema/Sema.h | 16 ++- include/clang/Sema/TemplateDeduction.h | 5 + lib/Sema/SemaTemplate.cpp | 47 ++++++++- lib/Sema/SemaTemplateDeduction.cpp | 111 ++++++++++++++++++--- lib/Sema/SemaTemplateInstantiate.cpp | 19 +++- test/CXX/drs/dr14xx.cpp | 28 ++++++ .../temp.decls/temp.variadic/fixed-expansion.cpp | 4 +- test/SemaTemplate/class-template-spec.cpp | 29 +++++- test/SemaTemplate/temp_arg_nontype.cpp | 20 ++-- www/cxx_dr_status.html | 4 +- 11 files changed, 257 insertions(+), 32 deletions(-)