diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2008-05-27 05:09:49 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2008-05-27 05:09:49 +0000 |
commit | 6f024557eab7ca27f58cb25b0192abcc6abf3cf5 (patch) | |
tree | 744059cbc51fcd20bee7da818037522979c3485c /clang/lib/Sema | |
parent | aee9e54dcad765d9085604c4eca40797e95c0124 (diff) | |
download | bcm5719-llvm-6f024557eab7ca27f58cb25b0192abcc6abf3cf5.tar.gz bcm5719-llvm-6f024557eab7ca27f58cb25b0192abcc6abf3cf5.zip |
Add FIXME.
llvm-svn: 51585
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r-- | clang/lib/Sema/Sema.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.cpp b/clang/lib/Sema/Sema.cpp index bb5316a126a..2c00438be51 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(); |