diff options
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index e42fa8614c..8cd82e2771 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -2207,6 +2207,8 @@ namespace { const char* getDescription() const { return "leak"; } void FlushReports(BugReporter &BR); + + bool isLeak() const { return true; } }; class VISIBILITY_HIDDEN LeakAtReturn : public Leak { |