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