Tidy up comment (remove extraneous text).

llvm-svn: 117044
This commit is contained in:
Ted Kremenek 2010-10-21 18:49:36 +00:00
parent 5419ce6827
commit 22813f4077
1 changed files with 1 additions and 2 deletions

View 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.