diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-12-06 19:36:50 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-12-06 19:36:50 +0000 |
commit | 7ddcb80efe3cb0314271ace6aea896c52ec6d802 (patch) | |
tree | 94c940999d8654965106d22ee5271f671b5172ac | |
parent | 0f30fec0bdcd45e4f8251c2c745332c1971bb874 (diff) | |
download | bcm5719-llvm-7ddcb80efe3cb0314271ace6aea896c52ec6d802.tar.gz bcm5719-llvm-7ddcb80efe3cb0314271ace6aea896c52ec6d802.zip |
Remove a fixme which was fixed in a previous commit.
llvm-svn: 121029
-rw-r--r-- | clang/lib/Sema/SemaDeclAttr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp index 05b141b2453..3c4bd8ffc45 100644 --- a/clang/lib/Sema/SemaDeclAttr.cpp +++ b/clang/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); |