summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/blocks-seq.c
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-6/+6
* Make the forwarding member of block byref structs be a pointer to the block b...Anders Carlsson2009-09-101-8/+6
* Fix a few tests to be -Asserts agnostic.Daniel Dunbar2009-08-231-10/+12
* Update test case.Daniel Dunbar2009-08-111-2/+2
* Fixup codegen for __block int i; i += rhs();. Should also slightlyMike Stump2009-05-221-2/+7
* Fixup blocks codegen for { __block i; i = rhs(); }, we want the rhsMike Stump2009-05-211-0/+13