C++: Some tidyups following review comments

This commit is contained in:
Ian Lynagh
2019-06-07 11:34:55 +01:00
parent 896e64b987
commit fa604a393b
2 changed files with 16 additions and 10 deletions

View File

@@ -1048,6 +1048,12 @@ exprconv(
compgenerated(unique int id: @element ref);
/**
* `destructor_call` destructs the `i`'th entity that should be
* destructed following `element`. Note that entities should be
* destructed in reverse construction order, so for a given `element`
* these should be called from highest to lowest `i`.
*/
synthetic_destructor_call(
int element: @element ref,
int i: int ref,