Skip to content
Commit 496ddcfb authored by Richard Smith's avatar Richard Smith
Browse files

C++1y: support for 'switch' statements in constexpr functions. This is somewhat

inefficient; we perform a linear scan of switch labels to find the one matching
the condition, and then walk the body looking for that label. Both parts should
be straightforward to optimize.

llvm-svn: 181671
parent 9155be1e
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