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