]> granicus.if.org Git - clang/commitdiff
Removing an outdated FIXME. No functional changes.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 31 Jul 2014 18:09:13 +0000 (18:09 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 31 Jul 2014 18:09:13 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214411 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclAttr.cpp

index 23119450f33516da4ab436b7cb2c3890b9c797e8..b7ca9924ef10cb38a2d2406f7cb2f45cb9f4efb7 100644 (file)
@@ -548,10 +548,6 @@ static void checkAttrArgsAreCapabilityObjs(Sema &S, Decl *D,
 // Attribute Implementations
 //===----------------------------------------------------------------------===//
 
-// FIXME: All this manual attribute parsing code is gross. At the
-// least add some helper functions to check most argument patterns (#
-// and types of args).
-
 static void handlePtGuardedVarAttr(Sema &S, Decl *D,
                                    const AttributeList &Attr) {
   if (!threadSafetyCheckIsPointer(S, D, Attr))