This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Evaluate Base when discarding a MemberExpr
ClosedPublic

Authored by tbaeder on May 4 2023, 2:20 AM.

Details

Summary
The Base expression might cause side-effects, so we still have to
evaluate it.

Diff Detail

Event Timeline

tbaeder created this revision.May 4 2023, 2:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 2:20 AM
tbaeder requested review of this revision.May 4 2023, 2:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 2:20 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.May 4 2023, 10:31 AM
This revision was landed with ongoing or failed builds.Aug 1 2023, 1:16 AM
This revision was automatically updated to reflect the committed changes.