[all-commits] [llvm/llvm-project] 50f17e: [analyzer] RetainCountChecker: Disable reference c...
NoQ via All-commits
all-commits at lists.llvm.org
Thu May 27 13:12:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50f17e9d313960ddc956c20e4f90cfbfed91ecb1
https://github.com/llvm/llvm-project/commit/50f17e9d313960ddc956c20e4f90cfbfed91ecb1
Author: Georgeta Igna <gigna at apple.com>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
M clang/lib/Analysis/RetainSummaryManager.cpp
M clang/test/Analysis/os_object_base.h
M clang/test/Analysis/osobject-retain-release.cpp
Log Message:
-----------
[analyzer] RetainCountChecker: Disable reference counting for OSMetaClass.
It is a reference-counted class but it uses different methods for that
and the checker doesn't understand them yet.
Differential Revision: https://reviews.llvm.org/D103081
More information about the All-commits
mailing list