summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/blocks.c
Commit message (Expand)AuthorAgeFilesLines
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-2/+2
* When emitting l-values for bool non-__block decl references, make a pointerJohn McCall2010-10-281-0/+7
* Preserve more information from a block's original function declarator, if oneJohn McCall2010-06-041-0/+6
* Fix testsuite for blocks mangling changeDouglas Gregor2010-05-251-1/+1
* don't slap noalias attribute on stret result arguments.Chris Lattner2010-04-201-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Don't assert when we think we need copy/dispose, but don't need them.Mike Stump2009-05-011-0/+4
* use of predefined identifiers like __func__ at global scope warn in sema,Chris Lattner2009-04-211-0/+6
* Attributes on block functions were not being set.Daniel Dunbar2009-04-171-1/+14
* Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.Anders Carlsson2009-04-081-0/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Do some blocks cleanup and simplification. Fix a crash, and add a test case.Anders Carlsson2009-03-011-0/+2