diff options
| author | Ted Kremenek <kremenek@apple.com> | 2009-09-01 00:17:12 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2009-09-01 00:17:12 +0000 |
| commit | 3aff920676c4a3dbd8d84a1a8e456ec3e3d03675 (patch) | |
| tree | 3d3918f450f9cb94d4266a36224a11e25a45d943 /clang/lib/Analysis/CheckNSError.cpp | |
| parent | f4b34ba326e7606d0ba4a98366d7e101ec370177 (diff) | |
| download | bcm5719-llvm-3aff920676c4a3dbd8d84a1a8e456ec3e3d03675.tar.gz bcm5719-llvm-3aff920676c4a3dbd8d84a1a8e456ec3e3d03675.zip | |
Sentence-case bug category.
llvm-svn: 80644
Diffstat (limited to 'clang/lib/Analysis/CheckNSError.cpp')
| -rw-r--r-- | clang/lib/Analysis/CheckNSError.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CheckNSError.cpp b/clang/lib/Analysis/CheckNSError.cpp index 800940dc614..0b9ae04ecef 100644 --- a/clang/lib/Analysis/CheckNSError.cpp +++ b/clang/lib/Analysis/CheckNSError.cpp @@ -51,7 +51,7 @@ public: NSErrorCheck(const Decl &D, bool isNSError, GRExprEngine& eng) : BugType(isNSError ? "NSError** null dereference" : "CFErrorRef* null dereference", - "Coding Conventions (Apple)"), + "Coding conventions (Apple)"), CodeDecl(D), isNSErrorWarning(isNSError), II(&eng.getContext().Idents.get(isNSErrorWarning ? "NSError":"CFErrorRef")), |

