]> granicus.if.org Git - clang/commitdiff
add a fixme back
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jun 2008 22:44:51 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jun 2008 22:44:51 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52607 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/Sema.cpp

index 3296bf3550a46f9b07f646b78cefe4399829a4ae..93210ab70f491b39f7157503bdb248f65af57b4a 100644 (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(),