mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "isDelegating" to "is_delegating"
This commit is contained in:
@@ -226,7 +226,7 @@ expr_containers (unique int expr: @exprortype ref,
|
||||
array_size (unique int ae: @arraylike ref,
|
||||
int sz: int ref);
|
||||
|
||||
isDelegating (int yield: @yieldexpr ref);
|
||||
is_delegating (int yield: @yieldexpr ref);
|
||||
|
||||
@exprorstmt = @expr | @stmt;
|
||||
@exprortype = @expr | @typeexpr;
|
||||
|
||||
Reference in New Issue
Block a user