mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "rangeQuantifierLowerBound" to "range_quantifier_lower_bound"
This commit is contained in:
@@ -878,7 +878,7 @@ regexp_parse_errors (unique int id: @regexp_parse_error,
|
||||
@regexp_anchor = @regexp_dollar | @regexp_caret;
|
||||
|
||||
is_greedy (int id: @regexp_quantifier ref);
|
||||
rangeQuantifierLowerBound (unique int id: @regexp_range ref, int lo: int ref);
|
||||
range_quantifier_lower_bound (unique int id: @regexp_range ref, int lo: int ref);
|
||||
rangeQuantifierUpperBound (unique int id: @regexp_range ref, int hi: int ref);
|
||||
isCapture (unique int id: @regexp_group ref, int number: int ref);
|
||||
isNamedCapture (unique int id: @regexp_group ref, string name: string ref);
|
||||
|
||||
Reference in New Issue
Block a user