From 6f024557eab7ca27f58cb25b0192abcc6abf3cf5 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 27 May 2008 05:09:49 +0000 Subject: [PATCH] Add FIXME. llvm-svn: 51585 --- clang/lib/Sema/Sema.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/Sema/Sema.cpp b/clang/lib/Sema/Sema.cpp index bb5316a126ac..2c00438be51e 100644 --- a/clang/lib/Sema/Sema.cpp +++ b/clang/lib/Sema/Sema.cpp @@ -93,6 +93,7 @@ Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer) // FIXME: Move this initialization up to Sema::ActOnTranslationUnitScope() // and make sure the decls get inserted into TUScope! + // FIXME: And make sure they don't leak! if (PP.getLangOptions().ObjC1) { TranslationUnitDecl *TUDecl = Context.getTranslationUnitDecl();