]> granicus.if.org Git - clang/commitdiff
Add a FIXME.
authorSteve Naroff <snaroff@apple.com>
Wed, 14 Jan 2009 07:06:32 +0000 (07:06 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 14 Jan 2009 07:06:32 +0000 (07:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62214 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTContext.h

index 9c4eb61f94911561ef2c8f0b915ccbccd43fd58a..ec48971aebfa53548124dcd601a2d2d324c9ead5 100644 (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;