Skip to content

Commit 3b81f48

Browse files
committed
C++: Add orphaned local variable relation to DB scheme
1 parent fb9a348 commit 3b81f48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,11 @@ autoderivation(
523523
int derivation_type: @type ref
524524
);
525525

526+
orphaned_variables(
527+
int var: @localvariable ref,
528+
int function: @function ref
529+
)
530+
526531
enumconstants(
527532
unique int id: @enumconstant,
528533
int parent: @usertype ref,

0 commit comments

Comments
 (0)