This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 290cc27fe2 Fix compilation warning introduced in r327654 new 68e1ba46fe Implement C++ DR727, which permits explicit specializations [...]
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 | 35 +----- include/clang/Sema/Sema.h | 4 +- lib/AST/ASTDumper.cpp | 2 +- lib/Sema/SemaDecl.cpp | 44 ++++---- lib/Sema/SemaDeclCXX.cpp | 4 +- lib/Sema/SemaTemplate.cpp | 121 ++++----------------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 + test/CXX/drs/dr0xx.cpp | 4 +- test/CXX/drs/dr3xx.cpp | 7 +- test/CXX/drs/dr7xx.cpp | 49 ++++++++- test/CXX/temp/temp.deduct.guide/p1.cpp | 2 +- .../temp.spec/cxx1y-variable-template-no-body.cpp | 8 +- test/CXX/temp/temp.spec/temp.expl.spec/p2-0x.cpp | 31 +++--- test/CXX/temp/temp.spec/temp.expl.spec/p2.cpp | 48 +------- test/CXX/temp/temp.spec/temp.expl.spec/p3.cpp | 8 -- test/Misc/ast-dump-decl.cpp | 4 +- test/SemaCXX/MicrosoftExtensions.cpp | 1 - test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 8 +- .../SemaCXX/cxx1y-variable-templates_top_level.cpp | 5 +- test/SemaCXX/cxx98-compat.cpp | 4 +- test/SemaTemplate/class-template-spec.cpp | 10 +- test/SemaTemplate/ext_ms_template_spec.cpp | 8 +- .../function-template-specialization.cpp | 2 +- test/SemaTemplate/instantiate-method.cpp | 2 +- .../ms-function-specialization-class-scope.cpp | 24 ++-- test/SemaTemplate/temp_class_spec_neg.cpp | 6 - www/cxx_dr_status.html | 6 +- 27 files changed, 157 insertions(+), 293 deletions(-)