We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca39f0 commit 06d1d6eCopy full SHA for 06d1d6e
cpp/ql/src/semmlecode.cpp.dbscheme
@@ -1061,10 +1061,11 @@ compgenerated(unique int id: @element ref);
1061
* destructed in reverse construction order, so for a given `element`
1062
* these should be called from highest to lowest `i`.
1063
*/
1064
+#keyset[destructor_call, element]
1065
synthetic_destructor_call(
1066
int element: @element ref,
1067
int i: int ref,
- unique int destructor_call: @routineexpr ref
1068
+ int destructor_call: @routineexpr ref
1069
);
1070
1071
namespaces(
0 commit comments