Shorted bug-description.

llvm-svn: 49102
This commit is contained in:
Ted Kremenek 2008-04-02 18:02:54 +00:00
parent 182f660d8d
commit 383bfd27d0
1 changed files with 1 additions and 1 deletions

View File

@ -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);