summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-04-07 04:54:31 +0000
committerTed Kremenek <kremenek@apple.com>2009-04-07 04:54:31 +0000
commit8928d74e19ab444134eadaae3d3fd9697bb42a7a (patch)
tree116cd1c6c5685088cd393f1a71cc40e8b8203779 /clang/lib
parente2f5a9f8e30e123e207047a27de6afefc78bc2ce (diff)
downloadbcm5719-llvm-8928d74e19ab444134eadaae3d3fd9697bb42a7a.tar.gz
bcm5719-llvm-8928d74e19ab444134eadaae3d3fd9697bb42a7a.zip
Remove period.
llvm-svn: 68497
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Analysis/GRExprEngineInternalChecks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/GRExprEngineInternalChecks.cpp b/clang/lib/Analysis/GRExprEngineInternalChecks.cpp
index d0a8591f3ab..45baebd32bb 100644
--- a/clang/lib/Analysis/GRExprEngineInternalChecks.cpp
+++ b/clang/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());
OpenPOWER on IntegriCloud