mirror of
https://github.com/github/codeql.git
synced 2026-06-17 10:51:09 +02:00
Cfg: Add support for until-statements.
This commit is contained in:
@@ -172,6 +172,10 @@ module Ast implements AstSig<Location> {
|
||||
|
||||
class DoStmt = CS::DoStmt;
|
||||
|
||||
class UntilStmt extends LoopStmt {
|
||||
UntilStmt() { none() }
|
||||
}
|
||||
|
||||
final private class FinalForStmt = CS::ForStmt;
|
||||
|
||||
class ForStmt extends FinalForStmt {
|
||||
|
||||
Reference in New Issue
Block a user