Skip to content

Commit a7f682a

Browse files
author
Matthew Gretton-Dann
committed
C++: Update *variables keysets.
1 parent d62730a commit a7f682a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cpp/ql/src/semmlecode.cpp.dbscheme

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,18 +521,21 @@ params(
521521

522522
overrides(int new: @function ref, int old: @function ref);
523523

524+
#keyset[id, type_id]
524525
membervariables(
525-
unique int id: @membervariable,
526+
int id: @membervariable,
526527
int type_id: @type ref,
527528
string name: string ref
528529
);
529530

531+
#keyset[id, type_id]
530532
globalvariables(
531-
unique int id: @globalvariable,
533+
int id: @globalvariable,
532534
int type_id: @type ref,
533535
string name: string ref
534536
);
535537

538+
#keyset[id, type_id]
536539
localvariables(
537540
int id: @localvariable,
538541
int type_id: @type ref,

0 commit comments

Comments
 (0)