add a fixme back


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52607 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/Sema.cpp b/lib/Sema/Sema.cpp
index 3296bf3..93210ab 100644
--- a/lib/Sema/Sema.cpp
+++ b/lib/Sema/Sema.cpp
@@ -60,6 +60,7 @@
   PushOnScopeChains(SelTypedef, TUScope);
   Context.setObjCSelType(SelTypedef);
 
+  // FIXME: Make sure these don't leak!
   RecordDecl *ClassTag = RecordDecl::Create(Context, TagDecl::TK_struct,
                                             CurContext,
                                             SourceLocation(),