diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2008-12-15 18:04:20 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2008-12-15 18:04:20 +0000 |
commit | 9fbb609b90c1b41e147cf3e6afac40ff4b4137da (patch) | |
tree | d133e56b095c82b87481bd6b9c59327ba37faf3e /lib/Sema/SemaDecl.cpp | |
parent | 0874bd31984529b71aa4ffaac73be948e2402222 (diff) |
Removed setRecordForDecl. Added a FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r-- | lib/Sema/SemaDecl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index 17a6617f37..fbf89ae311 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -2574,6 +2574,8 @@ Sema::DeclTy *Sema::ActOnTag(Scope *S, unsigned TagType, TagKind TK, /// Collect the instance variables declared in an Objective-C object. Used in /// the creation of structures from objects using the @defs directive. +/// FIXME: This should be consolidated with CollectObjCIvars as it is also +/// part of the AST generation logic of @defs. static void CollectIvars(ObjCInterfaceDecl *Class, RecordDecl *Record, ASTContext& Ctx, llvm::SmallVectorImpl<Sema::DeclTy*> &ivars) { |