mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
component_tags -> struct_tags
This commit is contained in:
@@ -208,7 +208,7 @@ underlying_type(unique int named: @namedtype ref, int tp: @type ref);
|
||||
component_types(int parent: @compositetype ref, int index: int ref, string name: string ref, int tp: @type ref);
|
||||
|
||||
#keyset[parent, index]
|
||||
component_tags(int parent: @structtype ref, int index: int ref, string tag: string ref);
|
||||
struct_tags(int parent: @structtype ref, int index: int ref, string tag: string ref);
|
||||
|
||||
#keyset[interface, index]
|
||||
interface_private_method_ids(int interface: @interfacetype ref, int index: int ref, string id: string ref);
|
||||
@@ -1,5 +1,5 @@
|
||||
description: Remove component-tags and interface-method-id tables
|
||||
compatibility: full
|
||||
|
||||
component_tags.rel: delete
|
||||
struct_tags.rel: delete
|
||||
interface_private_method_ids.rel: delete
|
||||
Reference in New Issue
Block a user