summaryrefslogtreecommitdiffstats
path: root/clang
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
commit22813f4077138771460973f451631f5b9b239218 (patch)
tree300245f9fda49a9b1d8b87aaf7b1c3a64d5b7bf9 /clang
parent5419ce6827c5edfb2c0b5b17fba5cab2b300b5d4 (diff)
downloadbcm5719-llvm-22813f4077138771460973f451631f5b9b239218.tar.gz
bcm5719-llvm-22813f4077138771460973f451631f5b9b239218.zip
Tidy up comment (remove extraneous text).
llvm-svn: 117044
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Sema/SemaDeclAttr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp
index d5bd4f8944a..f30a6ff78f9 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.
OpenPOWER on IntegriCloud