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