summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/const-init-cxx2a.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-2/+55
| | | | | | | | | | 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
* For P0784R7: Add support for dynamic allocation with new / delete duringRichard Smith2019-09-271-0/+5
constant evaluation. llvm-svn: 373036
OpenPOWER on IntegriCloud