C++: Follow changes to how lambdas are extracted

This commit is contained in:
Ian Lynagh
2019-07-18 11:49:02 +01:00
parent a1b4d09b42
commit 4385ca1ab6
2 changed files with 9 additions and 11 deletions

View File

@@ -1579,6 +1579,7 @@ lambda_capture(
unique int id: @lambdacapture,
int lambda: @lambdaexpr ref,
int index: int ref,
int field: @membervariable ref,
boolean captured_by_reference: boolean ref,
boolean is_implicit: boolean ref,
int location: @location_default ref