We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66e9b4 commit 5e20f8aCopy full SHA for 5e20f8a
cpp/common/src/codingstandards/cpp/rules/deadcode/DeadCode.qll
@@ -6,7 +6,6 @@
6
* - A block that contain only dead statements.
7
* - A do loop whose condition is pure, and whose body contains only dead statements.
8
* - An if statement whose condition is pure, and whose then and else clauses (where they exist) only contain dead statements.
9
- * - A label statement to which the code never jumps.
10
* - A while loop whose condition is pure, and whose body contains only dead statements.
11
* - Expression statements whose expressions are pure.
12
* - Writes to a non-static stack variable that is never subsequently read in live code.
0 commit comments