]> granicus.if.org Git - clang/commit
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)
commit9e958d35f4fe1b7dab920fc9da1c85757df0176d
treeda3024eb745de71e50e7209379b3a21c3a093c3a
parent2b8b74a6ff09a52dcd751e5429f4be32899ae3a3
For P0784R7: allow direct calls to operator new / operator delete from
std::allocator::{allocate,deallocate} in constant evaluation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373546 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticASTKinds.td
lib/AST/ExprConstant.cpp
test/SemaCXX/cxx2a-constexpr-dynalloc.cpp [new file with mode: 0644]