commit | 138f7bb17b4a984747449ec1521546b28a5bffc2 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 15 18:04:20 2008 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 15 18:04:20 2008 +0000 |
tree | d133e56b095c82b87481bd6b9c59327ba37faf3e | |
parent | 789e17157be71cccb25b2443a4623bd7b91613c9 [diff] [blame] |
Removed setRecordForDecl. Added a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61038 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/DeclObjC.cpp b/lib/AST/DeclObjC.cpp index f22b5b4..27e6a6d 100644 --- a/lib/AST/DeclObjC.cpp +++ b/lib/AST/DeclObjC.cpp
@@ -396,7 +396,7 @@ RD->addDecl(Context, Field); } RD->completeDefinition(Context); - setRecordForDecl(RD); + RecordForDecl = RD; } /// ObjCAddInstanceVariablesToClassImpl - Checks for correctness of Instance