mirror of
https://github.com/github/codeql.git
synced 2026-07-21 03:08:25 +02:00
renamed "regexpConstValue" to "regexp_const_value"
This commit is contained in:
@@ -883,7 +883,7 @@ range_quantifier_upper_bound (unique int id: @regexp_range ref, int hi: int ref)
|
||||
is_capture (unique int id: @regexp_group ref, int number: int ref);
|
||||
is_named_capture (unique int id: @regexp_group ref, string name: string ref);
|
||||
is_inverted (int id: @regexp_char_class ref);
|
||||
regexpConstValue (unique int id: @regexp_constant ref, varchar(1) value: string ref);
|
||||
regexp_const_value (unique int id: @regexp_constant ref, varchar(1) value: string ref);
|
||||
charClassEscape (unique int id: @regexp_char_class_escape ref, varchar(1) value: string ref);
|
||||
backref (unique int id: @regexp_backref ref, int value: int ref);
|
||||
namedBackref (unique int id: @regexp_backref ref, string name: string ref);
|
||||
|
||||
Reference in New Issue
Block a user