This patch adds interpretation of the overloaded equality and inequality
operators available for the optional types.
Fixes issue #57253.
Paths
| Differential D139360
[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 Fixes issue #57253.
Diff Detail
Event TimelineThis 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 Closed by commit rG390029be8946: [clang][dataflow] Support (in)equality operators in `optional` model. (authored by ymandel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 480210 clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
|