[cfe-commits] r55417 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/AST/Type.h include/clang/Basic/DiagnosticKinds.def include/clang/Basic/LangOptions.h include/clang/Parse/DeclSpec.h lib/AST/ASTContext.cpp lib/AST/Type.cpp lib/AST
Mike Stump
mrs at apple.com
Wed Aug 27 19:17:34 PDT 2008
On Aug 27, 2008, at 6:52 PM, Eli Friedman wrote:
> Basic example, if anyone else wants to try it out:
>
> int a() {void (^x)(void) = ^{x();}; x();}
Another in depth guide would be block-*.[Cc] from gcc/testsuite. :-)
More information about the cfe-commits
mailing list