| commit | bb9b80c308d7d3f758886243c7145404a50c66cf | [log] [tgz] |
|---|---|---|
| author | Richard Trieu <rtrieu@google.com> | Thu Apr 21 21:44:26 2011 +0000 |
| committer | Richard Trieu <rtrieu@google.com> | Thu Apr 21 21:44:26 2011 +0000 |
| tree | a0f409d3a3e384dabdd86880871ca16a2b229b96 | |
| parent | 723b1782460bc448d9d865e9b828c09d26a50964 [diff] |
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;
}
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129943 91177308-0d34-0410-b5e6-96231b3b80d8