]> granicus.if.org Git - clang/commitdiff
Remove a fixme which was fixed in a previous commit.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Dec 2010 19:36:50 +0000 (19:36 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Dec 2010 19:36:50 +0000 (19:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121029 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclAttr.cpp

index 05b141b2453547032a0eb9048d8fa93c4b73abed..3c4bd8ffc45a9ce42a73fe5e9b3f17b135ace88b 100644 (file)
@@ -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);