mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: Remove @stmt_while from the TConditionalStmt union type.
This commit is contained in:
@@ -200,7 +200,7 @@ class ControlStructure extends Stmt, TControlStructure {
|
||||
Declaration getADeclaration() { none() }
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
/**
|
||||
* A C/C++ conditional statement, that is, either an 'if' statement or a
|
||||
|
||||
Reference in New Issue
Block a user