Add FIXME.

llvm-svn: 51585
This commit is contained in:
Eli Friedman 2008-05-27 05:09:49 +00:00
parent aee9e54dca
commit 6f024557ea
1 changed files with 1 additions and 0 deletions

View File

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