This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2b8b74a6ff [clang][ifs] Clang Interface Stubs ToolChain plumbing. new 9e958d35f4 For P0784R7: allow direct calls to operator new / operator d [...] new a706bc7c31 For P0784R7: support placement new-expressions in constant e [...] new 6d2412c7e2 Mark P0784R7 as complete and start defining its feature-test macro. new bb4498ae60 Fixing broken builds due to r373538 due to test that should [...]
The 4 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/DiagnosticASTKinds.td | 59 ++-- lib/AST/ExprConstant.cpp | 462 +++++++++++++++++++++++------- lib/AST/Interp/State.h | 1 + lib/Frontend/InitPreprocessor.cpp | 1 + test/InterfaceStubs/object.cpp | 14 - test/Lexer/cxx-features.cpp | 4 + test/SemaCXX/cxx2a-constexpr-dynalloc.cpp | 168 +++++++++++ www/cxx_status.html | 3 +- 8 files changed, 581 insertions(+), 131 deletions(-) delete mode 100644 test/InterfaceStubs/object.cpp create mode 100644 test/SemaCXX/cxx2a-constexpr-dynalloc.cpp