diff options
Diffstat (limited to 'lib/Analysis/GRSimpleVals.cpp')
-rw-r--r-- | lib/Analysis/GRSimpleVals.cpp | 2 |
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); |