[all-commits] [llvm/llvm-project] 3f31d3: [clang][dataflow] Model pointer value for builtin ...
martinboehme via All-commits
all-commits at lists.llvm.org
Mon Jun 12 05:23:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f31d3204bd2726fa8e5c56ea27c8bba0074790e
https://github.com/llvm/llvm-project/commit/3f31d3204bd2726fa8e5c56ea27c8bba0074790e
Author: Martin Braenne <mboehme at google.com>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
[clang][dataflow] Model pointer value for builtin functions.
This fixes a false positive in the Crubit nullability verification.
Reviewed By: gribozavr2
Differential Revision: https://reviews.llvm.org/D152683
More information about the All-commits
mailing list