From 22813f4077138771460973f451631f5b9b239218 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 21 Oct 2010 18:49:36 +0000 Subject: [PATCH] Tidy up comment (remove extraneous text). llvm-svn: 117044 --- clang/lib/Sema/SemaDeclAttr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp index d5bd4f8944aa..f30a6ff78f9e 100644 --- a/clang/lib/Sema/SemaDeclAttr.cpp +++ b/clang/lib/Sema/SemaDeclAttr.cpp @@ -386,8 +386,7 @@ static void HandleNonNullAttr(Decl *d, const AttributeList &Attr, Sema &S) { } } - // No pointer arguments? The attribute in this case is - // trivially satisfied. + // No pointer arguments? if (NonNullArgs.empty()) { // Warn the trivial case only if attribute is not coming from a // macro instantiation.