]> granicus.if.org Git - clang/commit
For P0784R7: add support for explicit destructor calls and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Sep 2019 20:24:36 +0000 (20:24 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 27 Sep 2019 20:24:36 +0000 (20:24 +0000)
commit9335b5290c222255b7cdced4edf4999e54ed5cd7
tree5fd2c1da9b77142b44802bfe76d251d48e8a63cf
parent184dbeab60b9b7246407c0b2946108ce08ecfd7e
For P0784R7: add support for explicit destructor calls and
pseudo-destructor calls in constant evaluation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373122 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticASTKinds.td
lib/AST/ExprConstant.cpp
lib/AST/Interp/State.h
test/CXX/expr/expr.const/p2-0x.cpp
test/SemaCXX/constant-expression-cxx2a.cpp