add a fixme back

llvm-svn: 52607
This commit is contained in:
Chris Lattner 2008-06-21 22:44:51 +00:00
parent 158ff2c4a9
commit 7fa2758b45
1 changed files with 1 additions and 0 deletions

View File

@ -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(),