C++: Add DB relation identifying structured bindings

This commit is contained in:
Jeroen Ketema
2022-02-15 15:25:34 +01:00
parent a448db11b5
commit f358f8f265

View File

@@ -446,6 +446,7 @@ var_decl_specifiers(
int id: @var_decl ref,
string name: string ref
)
is_structured_binding(unique int id: @variable ref);
type_decls(
unique int id: @type_decl,