[cfe-dev] Compatibility of arrays not working correctly

Chris Lattner clattner at apple.com
Mon Jan 28 23:15:00 PST 2008


On Jan 28, 2008, at 9:15 PM, Eli Friedman wrote:

> Testcase:
> typedef char uch;
> extern uch a[];
> uch a[10];
>
> clang incorrectly gives an error.
>
> Patch attached.

This looks great to me, please apply, thanks Eli!

-Chris



More information about the cfe-dev mailing list