C++: Add orphaned local variable relation to DB scheme

This commit is contained in:
Jeroen Ketema
2022-08-19 15:21:56 +02:00
parent fb9a34851a
commit 3b81f4860e

View File

@@ -523,6 +523,11 @@ autoderivation(
int derivation_type: @type ref
);
orphaned_variables(
int var: @localvariable ref,
int function: @function ref
)
enumconstants(
unique int id: @enumconstant,
int parent: @usertype ref,