File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/ql/lib/semmle/code/cpp/stmts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ class IfStmt extends ConditionalStmt, @stmt_if {
214
214
override string getAPrimaryQlClass ( ) { result = "IfStmt" }
215
215
216
216
/**
217
- * Gets the initialization statement of this 'if' statement.
217
+ * Gets the initialization statement of this 'if' statement, if any .
218
218
*
219
219
* For example, for
220
220
* ```
@@ -320,7 +320,7 @@ class ConstexprIfStmt extends ConditionalStmt, @stmt_constexpr_if {
320
320
override string getAPrimaryQlClass ( ) { result = "ConstexprIfStmt" }
321
321
322
322
/**
323
- * Gets the initialization statement of this 'constexpr if' statement.
323
+ * Gets the initialization statement of this 'constexpr if' statement, if any .
324
324
*
325
325
* For example, for
326
326
* ```
@@ -1513,7 +1513,7 @@ class SwitchStmt extends ConditionalStmt, @stmt_switch {
1513
1513
override string getAPrimaryQlClass ( ) { result = "SwitchStmt" }
1514
1514
1515
1515
/**
1516
- * Gets the initialization statement of this 'switch' statement.
1516
+ * Gets the initialization statement of this 'switch' statement, if any .
1517
1517
*
1518
1518
* For example, for
1519
1519
* ```
You can’t perform that action at this time.
0 commit comments