mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
renamed "typeidentifier" to "type_identifier"
This commit is contained in:
@@ -359,7 +359,7 @@ case @expr.kind of
|
|||||||
@varaccess = @proper_varaccess | @export_varaccess;
|
@varaccess = @proper_varaccess | @export_varaccess;
|
||||||
@varref = @var_decl | @varaccess;
|
@varref = @var_decl | @varaccess;
|
||||||
|
|
||||||
@identifier = @label | @varref | @typeidentifier;
|
@identifier = @label | @varref | @type_identifier;
|
||||||
|
|
||||||
@literal = @null_literal | @boolean_literal | @number_literal | @string_literal | @regexp_literal | @bigint_literal;
|
@literal = @null_literal | @boolean_literal | @number_literal | @string_literal | @regexp_literal | @bigint_literal;
|
||||||
|
|
||||||
@@ -587,7 +587,7 @@ case @typeexpr.kind of
|
|||||||
;
|
;
|
||||||
|
|
||||||
@typeref = @typeaccess | @type_decl;
|
@typeref = @typeaccess | @type_decl;
|
||||||
@typeidentifier = @type_decl | @local_type_access | @type_label | @local_var_type_access | @local_namespace_access;
|
@type_identifier = @type_decl | @local_type_access | @type_label | @local_var_type_access | @local_namespace_access;
|
||||||
@typeexpr_parent = @expr | @stmt | @property | @typeexpr;
|
@typeexpr_parent = @expr | @stmt | @property | @typeexpr;
|
||||||
@literal_typeexpr = @string_literal_typeexpr | @number_literal_typeexpr | @boolean_literal_typeexpr | @bigint_literal_typeexpr;
|
@literal_typeexpr = @string_literal_typeexpr | @number_literal_typeexpr | @boolean_literal_typeexpr | @bigint_literal_typeexpr;
|
||||||
@typeaccess = @local_type_access | @qualified_type_access | @import_type_access;
|
@typeaccess = @local_type_access | @qualified_type_access | @import_type_access;
|
||||||
|
|||||||
Reference in New Issue
Block a user