This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Fix InterpFrame::describe() for This pointers
ClosedPublic

Authored by tbaeder on Oct 25 2022, 2:15 AM.

Details

Summary
Since we pass this via the stack, we need to account for it when
desribing the stack frame (parameters). This fixes a previously
commented-out test case.

Diff Detail

Event Timeline

tbaeder created this revision.Oct 25 2022, 2:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 2:15 AM
tbaeder requested review of this revision.Oct 25 2022, 2:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 2:15 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Oct 25 2022, 5:22 AM