aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2011-04-21 21:44:26 +0000
committerRichard Trieu <rtrieu@google.com>2011-04-21 21:44:26 +0000
commit2c850c09801b9d21bf2108c66d59cd542183f95e (patch)
tree9efa5462cb59379f27cfc9e699e15811c54f9dab /clang/lib/CodeGen/CodeGenModule.cpp
parent2048ea5eba051482f04049953fecccb34427c79d (diff)
downloadllvm-2c850c09801b9d21bf2108c66d59cd542183f95e.zip
llvm-2c850c09801b9d21bf2108c66d59cd542183f95e.tar.gz
llvm-2c850c09801b9d21bf2108c66d59cd542183f95e.tar.bz2
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions