[all-commits] [llvm/llvm-project] af22be: [clang][dataflow] Use a `PointerValue` for `value`...
martinboehme via All-commits
all-commits at lists.llvm.org
Mon Jun 5 05:53:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af22be39038a9c464474410c3a8b3cb428d8b25a
https://github.com/llvm/llvm-project/commit/af22be39038a9c464474410c3a8b3cb428d8b25a
Author: Martin Braenne <mboehme at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
Log Message:
-----------
[clang][dataflow] Use a `PointerValue` for `value` property in optional checker.
The `ReferenceValue` class will be eliminated as part of the ongoing migration
to strict handling of value categories (see https://discourse.llvm.org/t/70086
for details).
Reviewed By: gribozavr2
Differential Revision: https://reviews.llvm.org/D152144
More information about the All-commits
mailing list