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

PR12848: When emitting a local variable declared 'constexpr', always...

PR12848: When emitting a local variable declared 'constexpr', always initialize it with a store or a memcpy, not by emitting the initializer expression. This is not required for correctness, but more closely aligns with people's expectations, and is cheap (since we've already evaluated the initializer).

llvm-svn: 183082
parent 0bb474fd
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