This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] LambdaThisCaptures
ClosedPublic

Authored by tbaeder on Jun 30 2023, 2:22 PM.

Details

Diff Detail

Event Timeline

tbaeder created this revision.Jun 30 2023, 2:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 2:22 PM
tbaeder requested review of this revision.Jun 30 2023, 2:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2023, 2:22 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Oct 4 2023, 7:55 AM

LGTM aside from a request for some comments.

clang/lib/AST/Interp/ByteCodeEmitter.h
70–71

Some comments explaining what this member represents would be helpful.

clang/lib/AST/Interp/EvalEmitter.h
76–77

Comments would also help here.

This revision is now accepted and ready to land.Oct 4 2023, 7:55 AM
This revision was landed with ongoing or failed builds.Oct 5 2023, 12:46 AM
This revision was automatically updated to reflect the committed changes.