[cfe-commits] r64039 - /cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp
Ted Kremenek
kremenek at apple.com
Sat Feb 7 14:37:02 PST 2009
Author: kremenek
Date: Sat Feb 7 16:37:02 2009
New Revision: 64039
URL: http://llvm.org/viewvc/llvm-project?rev=64039&view=rev
Log:
Tidy up bug descriptions.
Modified:
cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp
Modified: cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp?rev=64039&r1=64038&r2=64039&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp (original)
+++ cfe/trunk/lib/Analysis/GRExprEngineInternalChecks.cpp Sat Feb 7 16:37:02 2009
@@ -106,7 +106,7 @@
public:
BadCall(GRExprEngine *eng)
: BuiltinBug(eng,"invalid function call",
- "Called function is a NULL or undefined function pointer value.") {}
+ "Called function is a NULL or an undefined function pointer value.") {}
void FlushReportsImpl(BugReporter& BR, GRExprEngine& Eng) {
Emit(BR, Eng.bad_calls_begin(), Eng.bad_calls_end());
More information about the cfe-commits
mailing list