mirror of
https://github.com/github/codeql.git
synced 2026-06-18 03:11:07 +02:00
Merge pull request #21980 from aschackmull/cfg/unless-until
Cfg: Add support for unless and 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