This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1051c8c Add -fprofile-dir= to clang. new f3b78ea DR259: Demote the pedantic error for an explicit instantiatio [...] new 29b3870 Fix all tests under test/CXX (and test/Analysis) to pass if c [...]
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 | 12 +-- lib/Sema/SemaTemplate.cpp | 8 +- test/Analysis/misc-ps-region-store.cpp | 2 +- test/CXX/class.access/class.friend/p1.cpp | 21 +++- test/CXX/class.access/p4.cpp | 82 +++++++++++++++- test/CXX/class/class.union/p1.cpp | 2 +- .../dcl.init/dcl.init.list/p7-0x-fixits.cpp | 2 +- .../dcl.init/dcl.init.ref/p5-cxx03-extra-copy.cpp | 2 +- test/CXX/dcl.decl/dcl.init/p5.cpp | 41 ++++++-- test/CXX/drs/dr2xx.cpp | 17 +--- test/CXX/special/class.dtor/p9.cpp | 18 +++- test/CXX/temp/temp.arg/temp.arg.nontype/p5.cpp | 108 +++++++++++++++------ .../temp/temp.decls/temp.class/temp.static/p1.cpp | 2 +- .../CXX/temp/temp.spec/temp.expl.spec/examples.cpp | 20 ++-- test/CXX/temp/temp.spec/temp.expl.spec/p4.cpp | 18 +++- test/CXX/temp/temp.spec/temp.explicit/p4.cpp | 15 +-- test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 8 +- .../SemaCXX/cxx1y-variable-templates_top_level.cpp | 6 +- test/SemaCXX/cxx98-compat-pedantic.cpp | 4 - test/SemaCXX/cxx98-compat.cpp | 4 +- test/SemaTemplate/temp_explicit.cpp | 2 +- www/cxx_dr_status.html | 2 +- 22 files changed, 280 insertions(+), 116 deletions(-)