This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d2dd52d1df Revert 320391: Certain targets are failing, pulling back to [...] new e14d055b29 P0620 follow-up: deducing `auto` from braced-init-list in new expr
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 | 5 +++-- lib/Sema/SemaExprCXX.cpp | 17 ++++++++++++----- test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp | 6 ++++-- test/CXX/expr/expr.unary/expr.new/p2-cxx14.cpp | 10 ++++++++++ test/CXX/expr/expr.unary/expr.new/p2-cxx1z.cpp | 11 +++++++++++ test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp | 2 +- 6 files changed, 41 insertions(+), 10 deletions(-) create mode 100644 test/CXX/expr/expr.unary/expr.new/p2-cxx14.cpp create mode 100644 test/CXX/expr/expr.unary/expr.new/p2-cxx1z.cpp