[cfe-commits] r117044 - /cfe/trunk/lib/Sema/SemaDeclAttr.cpp
Ted Kremenek
kremenek at apple.com
Thu Oct 21 11:49:37 PDT 2010
Author: kremenek
Date: Thu Oct 21 13:49:36 2010
New Revision: 117044
URL: http://llvm.org/viewvc/llvm-project?rev=117044&view=rev
Log:
Tidy up comment (remove extraneous text).
Modified:
cfe/trunk/lib/Sema/SemaDeclAttr.cpp
Modified: cfe/trunk/lib/Sema/SemaDeclAttr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclAttr.cpp?rev=117044&r1=117043&r2=117044&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclAttr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclAttr.cpp Thu Oct 21 13:49:36 2010
@@ -386,8 +386,7 @@
}
}
- // 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.
More information about the cfe-commits
mailing list