aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/RecordLayout.h
AgeCommit message (Expand)Author
2009-05-27Add a big test case for I-C-Es in C++, and a fix to make it work. The fix mig...Sebastian Redl
2009-05-04Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits.Daniel Dunbar
2009-05-04Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments.Daniel Dunbar
2009-05-04Initialize NextOffset correctly, otherwise tight layout fails forDaniel Dunbar
2009-05-04Add -fobjc-tight-layout.Daniel Dunbar
2009-05-03Remove ASTContext::addRecordToClass.Daniel Dunbar
2008-10-16Implement #pragma pack use in structure packing. The general approachDaniel Dunbar
2008-06-06During interface layout, don't forget super class.Devang Patel
2008-06-06Undo previous check-in.Devang Patel
2008-06-06During interface layout, don't forget super class.Devang Patel
2008-06-04Add ObjCInterface layout support.Devang Patel
2008-06-04Refactoring. Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-01Rename classes and collections that maintain record layout information.Devang Patel
2007-07-18implement sizeof/alignof support for structs, unions and complex.Chris Lattner
2007-07-18initial layout support for structures and unions. This isn't actuallyChris Lattner