aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaDeclAttr.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-06 19:36:50 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-06 19:36:50 +0000
commit7e112c08271699fbf86167bc9973cdbaa3748da9 (patch)
tree50cee737b7de6d05610137b828b5a608b09e3657 /lib/Sema/SemaDeclAttr.cpp
parent89d63e5e4f4423455f7ee6b1e85143c34d088128 (diff)
Remove a fixme which was fixed in a previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclAttr.cpp')
-rw-r--r--lib/Sema/SemaDeclAttr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Sema/SemaDeclAttr.cpp b/lib/Sema/SemaDeclAttr.cpp
index 05b141b245..3c4bd8ffc4 100644
--- a/lib/Sema/SemaDeclAttr.cpp
+++ b/lib/Sema/SemaDeclAttr.cpp
@@ -1414,8 +1414,6 @@ static void HandleCleanupAttr(Decl *d, const AttributeList &Attr, Sema &S) {
// 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);