diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-28 01:56:34 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-28 01:56:34 +0000 |
commit | 47681531ce5330b0bb42d4a7882ddd258e34de26 (patch) | |
tree | 6a1ef04aeba0810631a8725b18d3bb05579ddb1b /lib/Sema | |
parent | 4cf4a5e96ab0babd13774b17112e7c1d83042ea7 (diff) |
Remove outdated FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178211 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema')
-rw-r--r-- | lib/Sema/SemaType.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index 25112fefe9..0c8441c03f 100644 --- a/lib/Sema/SemaType.cpp +++ b/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<AtomicTypeLoc>()) { fillAtomicQualLoc(ATL, D.getTypeObject(i)); CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); |