mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Add DB relation identifying structured bindings
This commit is contained in:
@@ -446,6 +446,7 @@ var_decl_specifiers(
|
|||||||
int id: @var_decl ref,
|
int id: @var_decl ref,
|
||||||
string name: string ref
|
string name: string ref
|
||||||
)
|
)
|
||||||
|
is_structured_binding(unique int id: @variable ref);
|
||||||
|
|
||||||
type_decls(
|
type_decls(
|
||||||
unique int id: @type_decl,
|
unique int id: @type_decl,
|
||||||
|
|||||||
Reference in New Issue
Block a user