This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Strengthen flow condition assertions.
ClosedPublic

Authored by mboehme on Jul 12 2023, 4:05 AM.

Details

Summary

Instead of asserting merely that the flow condition doesn't imply that a variable is true, make the stronger assertion that the flow condition implies that the variable is false.

Diff Detail

Event Timeline

mboehme created this revision.Jul 12 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 4:05 AM
mboehme requested review of this revision.Jul 12 2023, 4:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2023, 4:05 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mboehme edited the summary of this revision. (Show Details)Jul 12 2023, 4:05 AM
mboehme added a reviewer: ymandel.
ymandel accepted this revision.Jul 12 2023, 5:51 AM
This revision is now accepted and ready to land.Jul 12 2023, 5:51 AM
mboehme updated this revision to Diff 541454.Jul 18 2023, 4:28 AM

Adapted to Formula changes

xazax.hun accepted this revision.Jul 18 2023, 6:37 AM
This revision was landed with ongoing or failed builds.Jul 18 2023, 6:42 AM
This revision was automatically updated to reflect the committed changes.