r214411 - Removing an outdated FIXME. No functional changes.
Aaron Ballman
aaron at aaronballman.com
Thu Jul 31 11:09:13 PDT 2014
Author: aaronballman
Date: Thu Jul 31 13:09:13 2014
New Revision: 214411
URL: http://llvm.org/viewvc/llvm-project?rev=214411&view=rev
Log:
Removing an outdated FIXME. No functional changes.
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=214411&r1=214410&r2=214411&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclAttr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclAttr.cpp Thu Jul 31 13:09:13 2014
@@ -548,10 +548,6 @@ static void checkAttrArgsAreCapabilityOb
// 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))
More information about the cfe-commits
mailing list