llvm-project/clang/test/CXX/expr
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
..
expr.ass
expr.cast
expr.cond [c++1z] When initializing a const-qualified class type, don't forget to add on 2016-12-21 01:31:56 +00:00
expr.const For P0784R7: compute whether a variable has constant destruction if it 2019-09-29 05:08:46 +00:00
expr.mptr.oper
expr.post [Sema] Improved diagnostic for qualifiers in reference binding 2019-06-21 10:50:02 +00:00
expr.prim [Sema] Improved diagnostic for qualifiers in reference binding 2019-06-21 10:50:02 +00:00
expr.unary [Sema] Mark array element destructors referenced during initialization 2019-05-10 17:52:26 +00:00
p3.cpp
p8.cpp
p9.cpp
p10-0x.cpp
p13.cpp [c++1z] P0003R5: Removing dynamic exception specifications. 2016-12-08 02:49:07 +00:00