From 1e8c3b8c02f440f731221c8e01fba6a51b5b9294 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 28 Mar 2013 01:56:34 +0000 Subject: [PATCH] Remove outdated FIXME. llvm-svn: 178211 --- clang/lib/Sema/SemaType.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp index 25112fefe9d8..0c8441c03f11 100644 --- a/clang/lib/Sema/SemaType.cpp +++ b/clang/lib/Sema/SemaType.cpp @@ -3543,7 +3543,6 @@ Sema::GetTypeSourceInfoForDeclarator(Declarator &D, QualType T, for (unsigned i = 0, e = D.getNumTypeObjects(); i != e; ++i) { // An AtomicTypeLoc might be produced by an atomic qualifier in this // declarator chunk. - // FIXME: Relative order of this and attributed type loc? if (AtomicTypeLoc ATL = CurrTL.getAs()) { fillAtomicQualLoc(ATL, D.getTypeObject(i)); CurrTL = ATL.getValueLoc().getUnqualifiedLoc();