The FP rate seems to be good enough now.
Differential Revision: https://reviews.llvm.org/D53849
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345745
91177308-0d34-0410-b5e6-
96231b3b80d8
~RetainCountChecker() override { DeleteContainerSeconds(DeadSymbolTags); }
bool shouldCheckOSObjectRetainCount() const {
- return Options.getBooleanOption("CheckOSObject", false, this);
+ return Options.getBooleanOption("CheckOSObject", true, this);
}
void checkEndAnalysis(ExplodedGraph &G, BugReporter &BR,
-// RUN: %clang_analyze_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-config osx.cocoa.RetainCount:CheckOSObject=true -analyzer-output=text -verify %s
+// RUN: %clang_analyze_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount -analyzer-output=text -verify %s
struct OSMetaClass;