From: Ted Kremenek Date: Tue, 7 Apr 2009 04:54:31 +0000 (+0000) Subject: Remove period. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fa96548f2c729a211b83e85f05400297bb16ec5;p=clang Remove period. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68497 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/GRExprEngineInternalChecks.cpp b/lib/Analysis/GRExprEngineInternalChecks.cpp index d0a8591f3a..45baebd32b 100644 --- a/lib/Analysis/GRExprEngineInternalChecks.cpp +++ b/lib/Analysis/GRExprEngineInternalChecks.cpp @@ -64,7 +64,7 @@ public: class VISIBILITY_HIDDEN NullDeref : public BuiltinBug { public: NullDeref(GRExprEngine* eng) - : BuiltinBug(eng,"Null dereference", "Dereference of null pointer.") {} + : BuiltinBug(eng,"Null dereference", "Dereference of null pointer") {} void FlushReportsImpl(BugReporter& BR, GRExprEngine& Eng) { Emit(BR, Eng.null_derefs_begin(), Eng.null_derefs_end());