We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b142113 commit f98d20cCopy full SHA for f98d20c
cpp/ql/src/semmlecode.cpp.dbscheme
@@ -422,8 +422,9 @@ function_defaulted(unique int id: @function ref);
422
423
424
425
+#keyset[id, type_id]
426
fun_decls(
- unique int id: @fun_decl,
427
+ int id: @fun_decl,
428
int function: @function ref,
429
int type_id: @type ref,
430
string name: string ref,
@@ -460,8 +461,9 @@ param_decl_bind(
460
461
int fun_decl: @fun_decl ref
462
);
463
464
465
var_decls(
- unique int id: @var_decl,
466
+ int id: @var_decl,
467
int variable: @variable ref,
468
469
0 commit comments