summaryrefslogtreecommitdiff
path: root/test/CodeGen/blocks.c
AgeCommit message (Expand)Author
2017-02-23NFC, Add a test that ensure that we don't emit helper code in copy/disposeAlex Lorenz
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-07blocks: fixes an ast bug when block pointer variableFariborz Jahanian
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-01-31Update the tests.Bill Wendling
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-05-01During block layout, after padding up to the max field alignment,John McCall
2012-04-26Fix a bug with block layout when the block contains somethingJohn McCall
2011-08-25Track whether an AggValueSlot is potentially aliased, and do notJohn McCall
2010-10-28When emitting l-values for bool non-__block decl references, make a pointerJohn McCall
2010-06-04Preserve more information from a block's original function declarator, if oneJohn McCall
2010-05-25Fix testsuite for blocks mangling changeDouglas Gregor
2010-04-20don't slap noalias attribute on stret result arguments.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-01Don't assert when we think we need copy/dispose, but don't need them.Mike Stump
2009-04-21use of predefined identifiers like __func__ at global scope warn in sema,Chris Lattner
2009-04-17Attributes on block functions were not being set.Daniel Dunbar
2009-04-08Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-01Do some blocks cleanup and simplification. Fix a crash, and add a test case.Anders Carlsson