Community
Participate
Working Groups
Build Identifier: Blocks are a type of lambda expression, which is compiled and available via LLVM as well as other supported libraries (e.g. libobjc2) The blocks specification is here: http://clang.llvm.org/docs/BlockLanguageSpec.txt Not all compilers will support blocks, so this is something which should be an optional feature of the parser. However, it is also something that doesn't depend on Objective-C, as it is possible to use blocks from a traditional C-based program via LLVM as well. Reproducible: Always
*** Bug 443502 has been marked as a duplicate of this bug. ***