aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/mangle-blocks.mm
AgeCommit message (Expand)Author
2017-09-07Fix off-by-one error in block mangling.Richard Smith
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-08-04AST: Fix the mangling for unqualified-blocksDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-10Finish off mangling locals in block literals.Eli Friedman
2013-07-02More fixes for block mangling.Eli Friedman
2013-07-01Fix mangling for block literals.Eli Friedman
2013-06-24Change mangling of objects inside block literals.Eli Friedman
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2010-05-25Fix testsuite for blocks mangling changeDouglas Gregor