[all-commits] [llvm/llvm-project] 390029: [clang][dataflow] Support (in)equality operators i...
Yitzhak Mandelbaum via All-commits
all-commits at lists.llvm.org
Wed Dec 7 08:25:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 390029be8946cac807e8fc978b9cf3790e7456cc
https://github.com/llvm/llvm-project/commit/390029be8946cac807e8fc978b9cf3790e7456cc
Author: Yitzhak Mandelbaum <yitzhakm at google.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
M clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp
Log Message:
-----------
[clang][dataflow] Support (in)equality operators in `optional` model.
This patch adds interpretation of the overloaded equality and inequality
operators available for the optional types.
Fixes issue #57253.
Differential Revision: https://reviews.llvm.org/D139360
More information about the All-commits
mailing list