[cfe-commits] r62214 - /cfe/trunk/include/clang/AST/ASTContext.h
Steve Naroff
snaroff at apple.com
Tue Jan 13 23:06:32 PST 2009
Author: snaroff
Date: Wed Jan 14 01:06:32 2009
New Revision: 62214
URL: http://llvm.org/viewvc/llvm-project?rev=62214&view=rev
Log:
Add a FIXME.
Modified:
cfe/trunk/include/clang/AST/ASTContext.h
Modified: cfe/trunk/include/clang/AST/ASTContext.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTContext.h?rev=62214&r1=62213&r2=62214&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTContext.h (original)
+++ cfe/trunk/include/clang/AST/ASTContext.h Wed Jan 14 01:06:32 2009
@@ -75,6 +75,9 @@
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;
More information about the cfe-commits
mailing list