This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 89176ac Add missing warning for use of C++1z init-statements in C++14 [...] new 7311b27 DR1330: instantiate exception-specifications when "needed". W [...]
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: lib/Sema/SemaExpr.cpp | 27 +++++-- lib/Sema/SemaOverload.cpp | 7 ++ test/CXX/drs/dr13xx.cpp | 85 ++++++++++++++++++++++ test/SemaCXX/constant-expression-cxx1z.cpp | 12 +++ test/SemaCXX/cxx0x-defaulted-functions.cpp | 34 +++++---- test/SemaCXX/libstdcxx_pair_swap_hack.cpp | 1 + .../instantiate-exception-spec-cxx11.cpp | 18 ++--- www/cxx_dr_status.html | 4 +- 8 files changed, 154 insertions(+), 34 deletions(-)