This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Fix Pointer::toAPValue() LValuePath order
ClosedPublic

Authored by tbaeder on Sep 25 2022, 11:48 PM.

Details

Summary

See the comment I added for an explanation. This fixes the commented-out testcases I added in https://reviews.llvm.org/D134523.

Diff Detail

Event Timeline

tbaeder created this revision.Sep 25 2022, 11:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 11:48 PM
tbaeder requested review of this revision.Sep 25 2022, 11:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 11:48 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder updated this revision to Diff 462823.Sep 25 2022, 11:58 PM
erichkeane accepted this revision.Sep 26 2022, 6:26 AM
This revision is now accepted and ready to land.Sep 26 2022, 6:26 AM