aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRSimpleVals.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-02 18:02:54 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-02 18:02:54 +0000
commit3cc9fdc8c94d1ae056c0c2431dd247f3ea4bf68d (patch)
tree4da06d4db744c1b9da4ddb3799cff2628a4da9e6 /lib/Analysis/GRSimpleVals.cpp
parent423a3c9c2719fb75133673e72ac881719df45daf (diff)
Shorted bug-description.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRSimpleVals.cpp')
-rw-r--r--lib/Analysis/GRSimpleVals.cpp2
1 files changed, 1 insertions, 1 deletions
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<ValueState> *N);