aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/struct.c
AgeCommit message (Expand)Author
2008-02-06Fix the codegen of structs with flexible array members.Eli Friedman
2008-02-05Cleanup InitListExpr code generation code.Devang Patel
2008-01-29Handle incomplete struct initializer.Devang Patel
2008-01-18Assert that the type of the cast is equal to the _unqualified_ type of the su...Anders Carlsson
2008-01-14Add codegen upport for implicit casts to aggregate exprs.Anders Carlsson
2007-12-14Array subscription in aggregate expressionSeo Sanghyeon
2007-12-14Implement dereference operator in aggregate expressionSeo Sanghyeon
2007-12-10Use getABITypeSizeInBits() instead of getTypeSizeInBits() during struct layout.Devang Patel
2007-11-02Generate code for member exprs.Anders Carlsson
2007-10-31Handle function calls that return aggregate expressions.Anders Carlsson
2007-10-26Handle non LValue base expressions.Devang Patel
2007-10-24HandleDevang Patel
2007-10-23Fix typo.Devang Patel
2007-10-23Handle nested structs.Devang Patel
2007-10-23Handle simple struct member expr.Devang Patel