mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
C++: Update *variables keysets.
This commit is contained in:
@@ -521,18 +521,21 @@ params(
|
||||
|
||||
overrides(int new: @function ref, int old: @function ref);
|
||||
|
||||
#keyset[id, type_id]
|
||||
membervariables(
|
||||
unique int id: @membervariable,
|
||||
int id: @membervariable,
|
||||
int type_id: @type ref,
|
||||
string name: string ref
|
||||
);
|
||||
|
||||
#keyset[id, type_id]
|
||||
globalvariables(
|
||||
unique int id: @globalvariable,
|
||||
int id: @globalvariable,
|
||||
int type_id: @type ref,
|
||||
string name: string ref
|
||||
);
|
||||
|
||||
#keyset[id, type_id]
|
||||
localvariables(
|
||||
int id: @localvariable,
|
||||
int type_id: @type ref,
|
||||
|
||||
Reference in New Issue
Block a user