mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
committed by
GitHub
parent
b208988675
commit
2270d6fa61
@@ -190,7 +190,7 @@ module Make<RegexTreeViewSig TreeImpl> {
|
||||
*
|
||||
* Additionally, a heuristic is used to avoid blowups in the case of complex regexps.
|
||||
* For regular expressions with more than 100 states, we only look at all the characters
|
||||
* for the transitions out of `q` and only consider transitions that use the lexographically
|
||||
* for the transitions out of `q` and only consider transitions that use the lexicographically
|
||||
* smallest character.
|
||||
*/
|
||||
pragma[noinline]
|
||||
|
||||
Reference in New Issue
Block a user