[cfe-dev] "Blocks" language description and ABI details checked in
Jens Ayton
mailing-lists.jens at ayton.se
Mon Mar 9 14:21:53 PDT 2009
On Mar 9, 2009, at 08:07, Chris Lattner wrote:
>
> http://clang.llvm.org/docs/BlockImplementation.txt
Nits:
* A comma is missing at the end of line 218.
* At the end of line 295, ", 11;" should be ", 10 };".
* The first opening parenthesis on line 326 is unbalanced.
* On line 345, isa is commented "set to NULL", however, the
initialization on line 387 does not do so. In the next block_byref
example on line 446, isa is commented "uninitialized".
--
Jens Ayton
More information about the cfe-dev
mailing list