[all-commits] [llvm/llvm-project] 993060: [StaticAnalyzer] Fix block pointer type nullabilit...
tripleCC via All-commits
all-commits at lists.llvm.org
Tue May 30 02:20:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 993060e1d31d07e9c44e7164d24f9f495197ca87
https://github.com/llvm/llvm-project/commit/993060e1d31d07e9c44e7164d24f9f495197ca87
Author: tripleCC <triplec.linux at gmail.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
M clang/test/Analysis/nullability.mm
Log Message:
-----------
[StaticAnalyzer] Fix block pointer type nullability check
This patch fixes a false negative when the property type
is an objective-c block pointer.
Patch By tripleCC!
Differential Revision: https://reviews.llvm.org/D151651
More information about the All-commits
mailing list