]> granicus.if.org Git - clang/commitdiff
Sentence-case bug type.
authorTed Kremenek <kremenek@apple.com>
Fri, 3 Apr 2009 21:10:31 +0000 (21:10 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 3 Apr 2009 21:10:31 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68406 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CFRefCount.cpp

index 4473dbf0869369d3e0e183c9d50bedb4da162864..859e6cad1f90718173f8552bea5eb6a6aa386f3e 100644 (file)
@@ -2366,7 +2366,7 @@ namespace {
   class VISIBILITY_HIDDEN UseAfterRelease : public CFRefBug {
   public:
     UseAfterRelease(CFRefCount* tf)
-      : CFRefBug(tf, "use-after-release") {}
+      : CFRefBug(tf, "Use-after-release") {}
     
     const char* getDescription() const {
       return "Reference-counted object is used after it is released";