mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
use RelevantState inside the lastStartState predicate
Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
committed by
GitHub
parent
c38062ce93
commit
0162bc3c77
@@ -890,7 +890,7 @@ module PrefixConstruction<isCandidateSig/1 isCandidate> {
|
||||
private predicate lastStartState(RelevantState state) {
|
||||
exists(RegExpRoot root |
|
||||
state =
|
||||
max(State s, Location l |
|
||||
max(RelevantState s, Location l |
|
||||
isStartState(s) and
|
||||
getRoot(s.getRepr()) = root and
|
||||
l = s.getRepr().getLocation()
|
||||
|
||||
Reference in New Issue
Block a user