llvm-project/clang/test/CXX/expr/expr.const
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
..
p2-0x.cpp For P0784R7: add support for explicit destructor calls and 2019-09-27 20:24:36 +00:00
p3-0x-nowarn.cpp
p3-0x.cpp
p5-0x.cpp
p6-2a.cpp For P0784R7: compute whether a variable has constant destruction if it 2019-09-29 05:08:46 +00:00
p6.cpp P0859R0: List-initialization is potentially-constant-evaluated and 2018-09-26 04:36:55 +00:00