aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/blocks-seq.c
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-10Make the forwarding member of block byref structs be a pointer to the block b...Anders Carlsson
2009-08-23Fix a few tests to be -Asserts agnostic.Daniel Dunbar
2009-08-11Update test case.Daniel Dunbar
2009-05-22Fixup codegen for __block int i; i += rhs();. Should also slightlyMike Stump
2009-05-21Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhsMike Stump