[cfe-commits] r49102 - /cfe/trunk/lib/Analysis/GRSimpleVals.cpp
Ted Kremenek
kremenek at apple.com
Wed Apr 2 11:02:57 PDT 2008
Author: kremenek
Date: Wed Apr 2 13:02:54 2008
New Revision: 49102
URL: http://llvm.org/viewvc/llvm-project?rev=49102&view=rev
Log:
Shorted bug-description.
Modified:
cfe/trunk/lib/Analysis/GRSimpleVals.cpp
Modified: cfe/trunk/lib/Analysis/GRSimpleVals.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/GRSimpleVals.cpp?rev=49102&r1=49101&r2=49102&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/GRSimpleVals.cpp (original)
+++ cfe/trunk/lib/Analysis/GRSimpleVals.cpp Wed Apr 2 13:02:54 2008
@@ -28,7 +28,7 @@
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);
More information about the cfe-commits
mailing list