From a05131a971a82428c469f715ccec73556e6467bd Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Sun, 21 Sep 2008 19:08:31 +0000 Subject: [PATCH] Change casing of bug type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56405 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CFRefCount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index dcea4a6cc0..adbeff9915 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -2063,7 +2063,7 @@ namespace { virtual const char* getName() const { if (getTF().isGCEnabled()) - return "Leak (GC)"; + return "leak (GC)"; if (getTF().getLangOptions().getGCMode() == LangOptions::HybridGC) return "leak (hybrid MM, non-GC)"; -- 2.50.1