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 567984a commit 7cc83daCopy full SHA for 7cc83da
cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll
@@ -200,7 +200,7 @@ class ControlStructure extends Stmt, TControlStructure {
200
Declaration getADeclaration() { none() }
201
}
202
203
-private class TConditionalStmt = @stmt_if or @stmt_constexpr_if or @stmt_while or @stmt_switch;
+private class TConditionalStmt = @stmt_if or @stmt_constexpr_if or @stmt_switch;
204
205
/**
206
* A C/C++ conditional statement, that is, either an 'if' statement or a
0 commit comments