aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-21 22:44:51 +0000
committerChris Lattner <sabre@nondot.org>2008-06-21 22:44:51 +0000
commit27933c17617efe4902a7d4a9f52c751f85a7d92f (patch)
tree6fec15974aa4c85d146c95ac23269aa19177b060 /lib/Sema/Sema.cpp
parent13fd7e5111032f54b538dd66d035b0ccc1f82467 (diff)
add a fixme back
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52607 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 3296bf3550..93210ab70f 100644
--- a/lib/Sema/Sema.cpp
+++ b/lib/Sema/Sema.cpp
@@ -60,6 +60,7 @@ void Sema::ActOnTranslationUnitScope(SourceLocation Loc, Scope *S) {
PushOnScopeChains(SelTypedef, TUScope);
Context.setObjCSelType(SelTypedef);
+ // FIXME: Make sure these don't leak!
RecordDecl *ClassTag = RecordDecl::Create(Context, TagDecl::TK_struct,
CurContext,
SourceLocation(),