diff options
author | Richard Trieu <rtrieu@google.com> | 2011-04-21 21:44:26 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2011-04-21 21:44:26 +0000 |
commit | 2c850c09801b9d21bf2108c66d59cd542183f95e (patch) | |
tree | 9efa5462cb59379f27cfc9e699e15811c54f9dab /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2048ea5eba051482f04049953fecccb34427c79d (diff) | |
download | bcm5719-llvm-2c850c09801b9d21bf2108c66d59cd542183f95e.tar.gz bcm5719-llvm-2c850c09801b9d21bf2108c66d59cd542183f95e.zip |
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