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

jahanian fjahanian at apple.com
Tue Aug 26 14:20:42 PDT 2014


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.
- Fariborz

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


More information about the cfe-commits mailing list