r216469 - c11- Check for c11 language option as documentation says

Richard Smith richard at metafoo.co.uk
Tue Aug 26 15:01:58 PDT 2014


On Tue, Aug 26, 2014 at 2:20 PM, jahanian <fjahanian at apple.com> wrote:

>
> On Aug 26, 2014, at 1:15 PM, Richard Smith <richard at metafoo.co.uk> wrote:
>
> On Tue, Aug 26, 2014 at 11:13 AM, Fariborz Jahanian <fjahanian at apple.com>
> wrote:
>
>> Author: fjahanian
>> Date: Tue Aug 26 13:13:47 2014
>> New Revision: 216469
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=216469&view=rev
>> Log:
>> c11- Check for c11 language option as documentation says
>> feature is c11 about nested struct declarations must have
>> struct-declarator-list. Without this change, code
>> which was meant for c99 breaks. rdar://18125536
>>
>
> This change does not look correct; the same rule existed in C89 and C99 too
>
>
> Reverted in r216485.
>

Thanks. I extended the comment in r216490 to clarify that this isn't a
C11-specific rule.

- Fariborz
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140826/cb6af101/attachment.html>


More information about the cfe-commits mailing list