From 3cc9fdc8c94d1ae056c0c2431dd247f3ea4bf68d Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Wed, 2 Apr 2008 18:02:54 +0000 Subject: [PATCH] Shorted bug-description. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49102 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/GRSimpleVals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1