We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e4f2c commit db2b8d4Copy full SHA for db2b8d4
shared/regex/codeql/regex/nfa/NfaUtils.qll
@@ -862,12 +862,9 @@ module Make<RegexTreeViewSig TreeImpl> {
862
RegExpTerm repr;
863
864
State() {
865
- (
866
- this = Match(repr, _) or
867
- this = Accept(repr) or
868
- this = AcceptAnySuffix(repr)
869
- ) and
870
- repr instanceof RelevantRegExpTerm
+ this = Match(repr, _) or
+ this = Accept(repr) or
+ this = AcceptAnySuffix(repr)
871
}
872
873
/**
0 commit comments