[cfe-commits] r65688 - in /cfe/trunk/lib/CodeGen: CGBlocks.cpp CGDecl.cpp CGExpr.cpp CGExprScalar.cpp CodeGenFunction.h
Mike Stump
mrs at apple.com
Wed Mar 4 06:31:33 PST 2009
On Feb 28, 2009, at 10:09 AM, Chris Lattner wrote:
> On Feb 28, 2009, at 1:07 AM, Mike Stump wrote:
>>
>> First cut CodeGen support for __block variables.
>
> Mike, please add testcases for these.
I had an inspiration. Anders checked in code that prevents my
testcases from compiling, so that we can catch the fact that the
codegen isn't yet ABI correct. I decided to add a command line flag
to enable the in-progress abi support so that I can check in test
cases as I go along, instead of being blocked on completion of the
feature.
Next up, I have to wonder over to the executable testsuite and start
populating it, as that is really what I want to be testing and would
like coverage for.
More information about the cfe-commits
mailing list