aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclAttr.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-10-21 18:49:36 +0000
committerTed Kremenek <kremenek@apple.com>2010-10-21 18:49:36 +0000
commitee1c08c88649aaea9dd53272a726cd23de533215 (patch)
tree4cf7ce7e9bd4d2ddd94b01166aa73644fbfc2940 /lib/Sema/SemaDeclAttr.cpp
parent565cc44bea707ff3865fbeb731e4790dd9874786 (diff)
Tidy up comment (remove extraneous text).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclAttr.cpp')
-rw-r--r--lib/Sema/SemaDeclAttr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Sema/SemaDeclAttr.cpp b/lib/Sema/SemaDeclAttr.cpp
index d5bd4f8944..f30a6ff78f 100644
--- a/lib/Sema/SemaDeclAttr.cpp
+++ b/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.