From: Steve Naroff Date: Wed, 14 Jan 2009 07:06:32 +0000 (+0000) Subject: Add a FIXME. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be63802d1efe52697f49aafea49a5028b30b0aff;p=clang Add a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62214 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h index 9c4eb61f94..ec48971aeb 100644 --- a/include/clang/AST/ASTContext.h +++ b/include/clang/AST/ASTContext.h @@ -75,6 +75,9 @@ class ASTContext { llvm::DenseMap ASTObjCInterfaces; + // FIXME: Shouldn't ASTRecordForInterface/ASTFieldForIvarRef and + // addRecordToClass/getFieldDecl be part of the backend (i.e. CodeGenTypes and + // CodeGenFunction)? llvm::DenseMap ASTRecordForInterface; llvm::DenseMap ASTFieldForIvarRef;