From: Ted Kremenek Date: Wed, 2 Apr 2008 18:02:54 +0000 (+0000) Subject: Shorted bug-description. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cc9fdc8c94d1ae056c0c2431dd247f3ea4bf68d;p=clang Shorted bug-description. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49102 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/GRSimpleVals.cpp b/lib/Analysis/GRSimpleVals.cpp index 9a0d63e808..5d8ccb98e6 100644 --- a/lib/Analysis/GRSimpleVals.cpp +++ b/lib/Analysis/GRSimpleVals.cpp @@ -28,7 +28,7 @@ using namespace clang; namespace bugdesc { struct NullDeref { - static const char* getName() { return "Null pointer dereference"; } + static const char* getName() { return "Null dereference"; } static PathDiagnosticPiece* getEndPath(SourceManager& SMgr, ExplodedNode *N);