This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3c5620725d [Consumed][NFC] Refactor handleCall to take function argument list. new e9401b10f5 For P0784R7: Add support for dynamic allocation with new / d [...] new 8bb8102fb5 For P0784R7: add support for new (std::nothrow).
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/AST/APValue.h | 46 ++- include/clang/AST/Type.h | 1 + include/clang/Basic/DiagnosticASTKinds.td | 44 +++ lib/AST/APValue.cpp | 34 +- lib/AST/Decl.cpp | 3 +- lib/AST/ExprCXX.cpp | 6 + lib/AST/ExprConstant.cpp | 511 ++++++++++++++++++++++++++--- lib/AST/Type.cpp | 9 + lib/Sema/SemaDeclCXX.cpp | 6 + test/CXX/expr/expr.const/p2-0x.cpp | 33 +- test/CodeGenCXX/const-init-cxx2a.cpp | 5 + test/SemaCXX/builtin-object-size-cxx14.cpp | 7 + test/SemaCXX/constant-expression-cxx2a.cpp | 322 +++++++++++++++++- 13 files changed, 952 insertions(+), 75 deletions(-) create mode 100644 test/CodeGenCXX/const-init-cxx2a.cpp