From 6108d25508b8adf81b79b614432620bcbecdc9ba Mon Sep 17 00:00:00 2001 From: Steve Naroff Date: Wed, 14 Jan 2009 07:06:32 +0000 Subject: [PATCH] Add a FIXME. llvm-svn: 62214 --- clang/include/clang/AST/ASTContext.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/include/clang/AST/ASTContext.h b/clang/include/clang/AST/ASTContext.h index 9c4eb61f9491..ec48971aebfa 100644 --- a/clang/include/clang/AST/ASTContext.h +++ b/clang/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; -- GitLab