This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Support (in)equality operators in `optional` model.
ClosedPublic

Authored by ymandel on Dec 5 2022, 12:53 PM.

Details

Summary

This patch adds interpretation of the overloaded equality and inequality
operators available for the optional types.

Fixes issue #57253.

Diff Detail

Event Timeline

ymandel created this revision.Dec 5 2022, 12:53 PM
Herald added a project: Restricted Project. · View Herald Transcript
ymandel requested review of this revision.Dec 5 2022, 12:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 12:53 PM
xazax.hun accepted this revision.Dec 5 2022, 1:07 PM

LGTM!

This revision is now accepted and ready to land.Dec 5 2022, 1:07 PM
This revision was landed with ongoing or failed builds.Dec 7 2022, 8:26 AM
This revision was automatically updated to reflect the committed changes.