"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d0ba0e6108f42059894c0527c3049292f6b0f479"
Add a fixit suggest for missing case keywords inside a switch scope. For...
Add a fixit suggest for missing case keywords inside a switch scope. For instance, in the following code, 'case ' will be suggested before the '1:' switch (x) { 1: return 0; default: return 1; } llvm-svn: 129943
Loading
Please register or sign in to comment