Testcase: int a[]; int (*b)[] = &a+1; Should give an error in sema, but clang lets it through.
Pretty easy to fix. -Eli _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
