[cfe-commits] r57334 - /cfe/trunk/Driver/clang.cpp
Chris Lattner
clattner at apple.com
Fri Oct 10 08:39:09 PDT 2008
On Oct 10, 2008, at 1:23 PM, Argiris Kirtzidis wrote:
> Daniel Dunbar wrote:
>> Author: ddunbar
>> Date: Thu Oct 9 19:20:52 2008
>> New Revision: 57334
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=57334&view=rev
>> Log:
>> Disable blocks support in C++ mode.
>
> Chris mentioned here:
> http://thread.gmane.org/gmane.comp.compilers.clang.devel/2407
>
>> The syntax of blocks and C++ lambdas are completely different, so we
>> expect to eventually support both in the same compiler
>
> Which gave me the impression that blocks would be supported in C++
> too,
> is this not the case ?
Yep, the C++ support in Clang is just not there yet. Blocks are
supported in g++/llvm-g++.
-Chris
More information about the cfe-commits
mailing list