Skip to content

Commit f358f8f

Browse files
committed
C++: Add DB relation identifying structured bindings
1 parent a448db1 commit f358f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/lib/semmlecode.cpp.dbscheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ var_decl_specifiers(
446446
int id: @var_decl ref,
447447
string name: string ref
448448
)
449+
is_structured_binding(unique int id: @variable ref);
449450

450451
type_decls(
451452
unique int id: @type_decl,

0 commit comments

Comments
 (0)