]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178211 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index 25112fefe9d84ceb670cbbbf99eb4134c926afd5..0c8441c03f110b34ac7e0498c946c31d501e2534 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();