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