"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6a903bc60151208dc58facb012e175e9f132c2bb"
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
Loading
Please register or sign in to comment