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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136670
[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 TimelineThis revision is now accepted and ready to land.Oct 25 2022, 5:22 AM Closed by commit rGf007c99ed12f: [clang][Interp] Fix InterpFrame::describe() for This pointers (authored by tbaeder). · Explain WhyOct 25 2022, 11:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 470728 clang/lib/AST/Interp/InterpFrame.cpp
clang/test/AST/Interp/records.cpp
|