This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Don't assume throw stmts have a subexpr
ClosedPublic

Authored by tbaeder on Jul 27 2023, 10:37 PM.

Details

Summary

Totally missed this when I implemented throw statements :(

Diff Detail

Event Timeline

tbaeder created this revision.Jul 27 2023, 10:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 10:37 PM
tbaeder requested review of this revision.Jul 27 2023, 10:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 27 2023, 10:37 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
tbaeder edited the summary of this revision. (Show Details)Jul 27 2023, 10:37 PM
tbaeder edited the summary of this revision. (Show Details)
cor3ntin accepted this revision.Jul 28 2023, 3:22 AM

This one was easy!

This revision is now accepted and ready to land.Jul 28 2023, 3:22 AM
This revision was landed with ongoing or failed builds.Jul 28 2023, 3:45 AM
This revision was automatically updated to reflect the committed changes.