aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2008-05-27 05:09:49 +0000
committerEli Friedman <eli.friedman@gmail.com>2008-05-27 05:09:49 +0000
commit3e4177f23326305e206e6b7134c66f681e59f9d6 (patch)
tree47487d4f77b0ecd8aed1f26edf4d743130e47310 /lib/Sema/Sema.cpp
parent2742496d75ecb733c07c65c9a35cbfaa88ca81e4 (diff)
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51585 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.cpp')
-rw-r--r--lib/Sema/Sema.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Sema/Sema.cpp b/lib/Sema/Sema.cpp
index bb5316a126..2c00438be5 100644
--- a/lib/Sema/Sema.cpp
+++ b/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();