llvm-project/clang/test/CXX/dcl.dcl
Richard Smith 2b4fa5348e For P0784R7: compute whether a variable has constant destruction if it
has a constexpr destructor.

For constexpr variables, reject if the variable does not have constant
destruction. In all cases, do not emit runtime calls to the destructor
for variables with constant destruction.

llvm-svn: 373159
2019-09-29 05:08:46 +00:00
..
basic.namespace [CXX] Exercise all paths through these tests. 2019-07-09 20:49:07 +00:00
dcl.attr Implement P1771 2019-07-25 15:10:56 +00:00
dcl.enum
dcl.link Bring r325915 back. 2018-02-23 19:30:48 +00:00
dcl.spec For P0784R7: compute whether a variable has constant destruction if it 2019-09-29 05:08:46 +00:00
p4-0x.cpp