This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Don't `assert` full LHS coverage in `optional` model
ClosedPublic

Authored by samestep on Jun 10 2022, 8:21 AM.

Diff Detail

Event Timeline

samestep created this revision.Jun 10 2022, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 8:21 AM
samestep requested review of this revision.Jun 10 2022, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2022, 8:21 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
samestep edited the summary of this revision. (Show Details)Jun 10 2022, 8:21 AM
ymandel accepted this revision.Jun 10 2022, 8:45 AM
ymandel added a reviewer: sgatev.

Do I understand correctly that the test you added in D127434 covers this change as well? (in that this change moves it from crashing to not crashing)

This revision is now accepted and ready to land.Jun 10 2022, 8:46 AM

@ymandel Yes, either this patch or D127434 would bring that test from crashing to passing.

sgatev accepted this revision.Jun 10 2022, 9:14 AM