commit | 9fbb609b90c1b41e147cf3e6afac40ff4b4137da | [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 | 0874bd31984529b71aa4ffaac73be948e2402222 [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