We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Block
1 parent 5e021c2 commit fd88289Copy full SHA for fd88289
cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll
@@ -1455,7 +1455,7 @@ class SwitchStmt extends ConditionalStmt, @stmt_switch {
1455
/**
1456
* Gets the body statement of this 'switch' statement.
1457
*
1458
- * In almost all cases the result will be a `BlockStmt`, but there are
+ * In almost all cases the result will be a `Block`, but there are
1459
* other syntactically valid constructions.
1460
1461
* For example, for
0 commit comments