Skip to content
Commit 2b4fa534 authored by Richard Smith's avatar Richard Smith
Browse files

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
parent ac596993
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment