Commit b474be6
authored
[clang-tidy][NFC] Clarify switch-missing-default-case doc (llvm#164699) (llvm#164709)
Falling through a defaultless switch statement has well defined
behavior. Fixes llvm#164699.
Credit for noticing this problem goes to user "pozz" on comp.lang.c,
Message-ID: <[email protected]>1 parent f5ac58f commit b474be6
File tree
1 file changed
+2
-2
lines changed- clang-tools-extra/docs/clang-tidy/checks/bugprone
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments