mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
sync files
This commit is contained in:
@@ -98,6 +98,8 @@ predicate matchesEpsilon(RegExpTerm t) {
|
||||
matchesEpsilon(t.(RegExpBackRef).getGroup())
|
||||
or
|
||||
forex(RegExpTerm child | child = t.(RegExpSequence).getAChild() | matchesEpsilon(child))
|
||||
or
|
||||
t.(RegExpRange).getLowerBound() = 0
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user