[cfe-commits] r171912 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaExpr.cpp test/SemaObjCXX/capturing-flexible-array-in-block.mm
jahanian
fjahanian at apple.com
Tue Jan 8 15:50:58 PST 2013
On Jan 8, 2013, at 3:47 PM, Richard Smith <richard at metafoo.co.uk> wrote:
>>>
>>
>> We can do whatever we want with blocks, but the C++11 standard doesn't
>> allow us to reject this construct for lambda expressions.
>
> C++11 doesn't have flexible array members. The diagnostic seems
> sensible to me for lambdas.
Great. I re-do the undone of the done patch :).
- fariborz
More information about the cfe-commits
mailing list