summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/non-const-init-cxx2a.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-0/+19
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
OpenPOWER on IntegriCloud