diff options
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index 1a9d6b7c7b..adbeff9915 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -2022,7 +2022,7 @@ namespace { virtual bool isLeak() const { return false; } const char* getCategory() const { - return "Correctness"; + return "Memory (Core Foundation/Objective-C)"; } }; @@ -2076,10 +2076,6 @@ namespace { return "Object leaked"; } - const char* getCategory() const { - return "Performance"; - } - virtual void EmitWarnings(BugReporter& BR); virtual void GetErrorNodes(std::vector<ExplodedNode<GRState>*>& Nodes); virtual bool isLeak() const { return true; } |