From: Ted Kremenek Date: Sun, 21 Sep 2008 19:08:31 +0000 (+0000) Subject: Change casing of bug type. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a05131a971a82428c469f715ccec73556e6467bd;p=clang Change casing of bug type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56405 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)";