projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1ac33
)
Remove outdated FIXME.
author
Richard Smith
<richard-llvm@metafoo.co.uk>
Thu, 28 Mar 2013 01:56:34 +0000
(
01:56
+0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/clang/lib/Sema/SemaType.cpp
b/clang/lib/Sema/SemaType.cpp
index
25112fe
..
0c8441c
100644
(file)
--- 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<AtomicTypeLoc>()) {
fillAtomicQualLoc(ATL, D.getTypeObject(i));
CurrTL = ATL.getValueLoc().getUnqualifiedLoc();