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
This commit is contained in:
Argyrios Kyrtzidis 2010-12-06 19:36:50 +00:00
Родитель 89d63e5e4f
Коммит 7e112c0827
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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);