From 27933c17617efe4902a7d4a9f52c751f85a7d92f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jun 2008 22:44:51 +0000 Subject: [PATCH] add a fixme back git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52607 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/Sema.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Sema/Sema.cpp b/lib/Sema/Sema.cpp index 3296bf3550..93210ab70f 100644 --- a/lib/Sema/Sema.cpp +++ b/lib/Sema/Sema.cpp @@ -60,6 +60,7 @@ void Sema::ActOnTranslationUnitScope(SourceLocation Loc, Scope *S) { PushOnScopeChains(SelTypedef, TUScope); Context.setObjCSelType(SelTypedef); + // FIXME: Make sure these don't leak! RecordDecl *ClassTag = RecordDecl::Create(Context, TagDecl::TK_struct, CurContext, SourceLocation(), -- 2.50.1