[cfe-commits] r121029 - /cfe/trunk/lib/Sema/SemaDeclAttr.cpp
Argyrios Kyrtzidis
akyrtzi at gmail.com
Mon Dec 6 11:36:50 PST 2010
Author: akirtzidis
Date: Mon Dec 6 13:36:50 2010
New Revision: 121029
URL: http://llvm.org/viewvc/llvm-project?rev=121029&view=rev
Log:
Remove a fixme which was fixed in a previous commit.
Modified:
cfe/trunk/lib/Sema/SemaDeclAttr.cpp
Modified: cfe/trunk/lib/Sema/SemaDeclAttr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclAttr.cpp?rev=121029&r1=121028&r2=121029&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclAttr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclAttr.cpp Mon Dec 6 13:36:50 2010
@@ -1414,8 +1414,6 @@
// Look up the function
// FIXME: Lookup probably isn't looking in the right place
- // FIXME: The lookup source location should be in the attribute, not the
- // start of the attribute.
NamedDecl *CleanupDecl
= S.LookupSingleName(S.TUScope, Attr.getParameterName(),
Attr.getParameterLoc(), Sema::LookupOrdinaryName);
More information about the cfe-commits
mailing list