]> granicus.if.org Git - clang/commitdiff
Update outdated comment.
authorDevang Patel <dpatel@apple.com>
Tue, 5 Feb 2008 03:17:42 +0000 (03:17 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 5 Feb 2008 03:17:42 +0000 (03:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46737 91177308-0d34-0410-b5e6-96231b3b80d8

CodeGen/CodeGenTypes.cpp

index 678733e6faa7da9440f076f56c1176482a812415..06ec4679bc342ec188609e1a37bb37e5841db77a 100644 (file)
@@ -24,12 +24,7 @@ using namespace CodeGen;
 namespace {
   /// RecordOrganizer - This helper class, used by CGRecordLayout, layouts 
   /// structs and unions. It manages transient information used during layout.
-  /// FIXME : At the moment assume 
-  ///    - one to one mapping between AST FieldDecls and 
-  ///      llvm::StructType elements.
-  ///    - Ignore bit fields
-  ///    - Ignore field aligments
-  ///    - Ignore packed structs
+  /// FIXME : Handle field aligments. Handle packed structs.
   class RecordOrganizer {
   public:
     explicit RecordOrganizer(CodeGenTypes &Types) :