mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C++: Add and use synthetic_destructor_call table
This commit is contained in:
@@ -1041,6 +1041,11 @@ exprconv(
|
||||
|
||||
compgenerated(unique int id: @element ref);
|
||||
|
||||
synthetic_destructor_call(
|
||||
int element: @element ref,
|
||||
int i: int ref,
|
||||
unique int destructor_call: @routineexpr ref
|
||||
);
|
||||
|
||||
namespaces(
|
||||
unique int id: @namespace,
|
||||
|
||||
Reference in New Issue
Block a user