]> granicus.if.org Git - clang/commitdiff
Tidy up comment (remove extraneous text).
authorTed Kremenek <kremenek@apple.com>
Thu, 21 Oct 2010 18:49:36 +0000 (18:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 21 Oct 2010 18:49:36 +0000 (18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117044 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclAttr.cpp

index d5bd4f8944aa618b454fc77e9dafb1deae88c063..f30a6ff78f9ebc0a08d94660521605e6f988dd73 100644 (file)
@@ -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.