Remove outdated FIXME.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 28 Mar 2013 01:56:34 +0000 (01:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 28 Mar 2013 01:56:34 +0000 (01:56 +0000)
llvm-svn: 178211

clang/lib/Sema/SemaType.cpp

index 25112fe..0c8441c 100644 (file)
@@ -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<AtomicTypeLoc>()) {
       fillAtomicQualLoc(ATL, D.getTypeObject(i));
       CurrTL = ATL.getValueLoc().getUnqualifiedLoc();