For P0784R7: allow direct calls to operator new / operator delete from
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 3 Oct 2019 00:39:33 +0000 (00:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 3 Oct 2019 00:39:33 +0000 (00:39 +0000)
commit19ad5239713ce0f2742ca2f9e30ff4663ee5ad90
tree66f114a5e755ef55e8f33272037c8bdfd4b9e850
parent603e98948e1482f43de589c3252fa18fd2e1d237
For P0784R7: allow direct calls to operator new / operator delete from
std::allocator::{allocate,deallocate} in constant evaluation.

llvm-svn: 373546
clang/include/clang/Basic/DiagnosticASTKinds.td
clang/lib/AST/ExprConstant.cpp
clang/test/SemaCXX/cxx2a-constexpr-dynalloc.cpp [new file with mode: 0644]