Add a FIXME.

llvm-svn: 62214
This commit is contained in:
Steve Naroff 2009-01-14 07:06:32 +00:00
parent 3b8678fd60
commit 6108d25508
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ class ASTContext {
llvm::DenseMap<const ObjCInterfaceDecl*,
const ASTRecordLayout*> ASTObjCInterfaces;
// FIXME: Shouldn't ASTRecordForInterface/ASTFieldForIvarRef and
// addRecordToClass/getFieldDecl be part of the backend (i.e. CodeGenTypes and
// CodeGenFunction)?
llvm::DenseMap<const ObjCInterfaceDecl*,
const RecordDecl*> ASTRecordForInterface;
llvm::DenseMap<const ObjCIvarRefExpr*, const FieldDecl*> ASTFieldForIvarRef;