diff options
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
| -rw-r--r-- | clang/lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp index e42fa8614cc..8cd82e2771d 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/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 { |

