From be63802d1efe52697f49aafea49a5028b30b0aff Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Wed, 14 Jan 2009 07:06:32 +0000 Subject: [PATCH] Add a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62214 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/ASTContext.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.40.0