diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-04-03 21:10:31 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-04-03 21:10:31 +0000 |
commit | 9dab0ed04e946bf3089042c2d97f6d9ee075c067 (patch) | |
tree | 5023f954b0dff689d7df30874ca5563046603420 /lib/Analysis/CFRefCount.cpp | |
parent | 68fb469aeb19144403e703b825854d08353c8eea (diff) |
Sentence-case bug type.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index 4473dbf086..859e6cad1f 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -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"; |