summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/blocks-1.c
Commit message (Expand)AuthorAgeFilesLines
* A few more tweaks to the blocks AST representation: John McCall2011-02-071-12/+12
* IR Gen. part of API support for __block cxxFariborz Jahanian2010-12-021-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-7/+7
* Fixup codegen for nested blocks that use copy/dispose in the innerMike Stump2009-04-101-5/+12
* Remove -f__block as codegen for __block variables should be solid.Mike Stump2009-03-251-1/+1
* Fixup codegen for block literals that bleed copy/dispose informationMike Stump2009-03-251-0/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fixup codegen for nested block literals so that we generateMike Stump2009-03-211-5/+9
* Add codegen support for aggregate BlockDeclRefExprs.Mike Stump2009-03-181-4/+10
* Do up codegen for function static data and externs in functions in blockMike Stump2009-03-131-1/+12
* codegen support for dispose helpers for block literals.Mike Stump2009-03-071-1/+1
* Codegen support for copy helpers for block literals.Mike Stump2009-03-071-1/+1
* Testcase for last fix.Mike Stump2009-03-061-2/+4
* Finish off __Block_byref_id_object_dispose codegen for block literals.Mike Stump2009-03-061-5/+6
* More codegen support for the copy/dispose helpers for block literals.Mike Stump2009-03-061-4/+7
* Framework for codegen for copy/dispose helpers.Mike Stump2009-03-061-1/+9
* Add codegen support for __block variables to call _Block_object_dispose as ne...Mike Stump2009-03-051-1/+2
* Fixup __block codegen in nested block literals.Mike Stump2009-03-041-9/+29
* Add __block codegen testcase. We introduce a temporary flag to enableMike Stump2009-03-041-0/+14