[all-commits] [llvm/llvm-project] ddb010: Revert "[analyzer] RetainCountChecker: Add a suppr...
NoQ via All-commits
all-commits at lists.llvm.org
Tue Feb 9 23:50:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddb01010b275c68deb7340ec32e0d1beaa9bbf13
https://github.com/llvm/llvm-project/commit/ddb01010b275c68deb7340ec32e0d1beaa9bbf13
Author: Artem Dergachev <artem.dergachev at gmail.com>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M clang/lib/Analysis/RetainSummaryManager.cpp
M clang/test/Analysis/osobject-retain-release.cpp
Log Message:
-----------
Revert "[analyzer] RetainCountChecker: Add a suppression for OSSymbols."
This reverts commit 3500cc8d891bb3825bb3275affe6db8b12f2f695.
This old commit was made over a completely false premise. OSSymbols
aren't different from other OSObjects and we shouldn't treat them
differently for the purposes of static analysis.
More information about the All-commits
mailing list