Fix the location we emit the "not a constant" error for this:
int foo() { typedef int x[foo()]; static int y = sizeof(x); } previously we'd emit it on the typedef, which made not sense at all. llvm-svn: 45154
Loading
Please register or sign in to comment