Removing an outdated FIXME. No functional changes.

llvm-svn: 214411
This commit is contained in:
Aaron Ballman 2014-07-31 18:09:13 +00:00
parent 44a206f829
commit 634e46255b
1 changed files with 0 additions and 4 deletions

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