This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e1f81ac9e9 lib/Header: Fix Visual Studio builds new f06d3729e5 Revert lib/Header: Fix Visual Studio builds new 6035bca43a Add missing diagnostic for explicit instantiation declaratio [...] new 4241f674da C++ DR2387: a variable template declared wtih (or instantiat [...] new 2963769395 [www] Rebuild cxx_dr_status.
The 4 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 + lib/AST/Decl.cpp | 81 +- lib/Headers/CMakeLists.txt | 2 +- lib/Sema/SemaTemplate.cpp | 66 +- test/CXX/drs/dr0xx.cpp | 7 +- test/CXX/drs/dr17xx.cpp | 2 +- test/CXX/drs/dr23xx.cpp | 26 + test/CXX/module/module.interface/p3.cpp | 2 +- test/CXX/module/module.interface/p5.cpp | 6 +- .../CodeGenCXX/cxx1y-variable-template-linkage.cpp | 54 +- test/SemaCXX/PR10177.cpp | 3 +- test/SemaCXX/libcxx_valarray_hack.cpp | 32 + test/SemaCXX/warn-unused-filescoped.cpp | 3 +- test/SemaCXX/warn-unused-variables.cpp | 4 +- www/cxx_dr_status.html | 28404 ++++++++++--------- 15 files changed, 14451 insertions(+), 14243 deletions(-) create mode 100644 test/CXX/drs/dr23xx.cpp create mode 100644 test/SemaCXX/libcxx_valarray_hack.cpp