This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fe8b4c1fcb Move setTargetAttributes after setGVProperties in SetFunctio [...] new 078b47bdba C++ DR2387: a variable template declared wtih (or instantiat [...] new 3c6b6a7598 Improve -Wuninitialized warning under ARC for block variable [...]
The 2 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 +- lib/AST/Decl.cpp | 81 +- lib/Sema/AnalysisBasedWarnings.cpp | 3 +- lib/Sema/SemaTemplate.cpp | 52 +- 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/FixIt/fixit-recursive-block.c | 12 +- test/SemaCXX/PR10177.cpp | 3 +- test/SemaCXX/warn-unused-filescoped.cpp | 3 +- test/SemaCXX/warn-unused-variables.cpp | 4 +- www/cxx_dr_status.html | 28404 ++++++++++--------- 15 files changed, 14417 insertions(+), 14248 deletions(-) create mode 100644 test/CXX/drs/dr23xx.cpp