diff options
Diffstat (limited to 'CodeGen/CodeGenTypes.cpp')
-rw-r--r-- | CodeGen/CodeGenTypes.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CodeGen/CodeGenTypes.cpp b/CodeGen/CodeGenTypes.cpp index 678733e6fa..06ec4679bc 100644 --- a/CodeGen/CodeGenTypes.cpp +++ b/CodeGen/CodeGenTypes.cpp @@ -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) : |