mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++: Some tidyups following review comments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user