C++: Add and use synthetic_destructor_call table

This commit is contained in:
Ian Lynagh
2019-05-31 15:49:40 +01:00
parent 092163aad5
commit 93afadf09a
3 changed files with 33 additions and 0 deletions

View File

@@ -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,