Chris Lattner
|
28b4294ccf
|
wrap some long diagnostics, make 'initializer is not a constant' diagnostic
a bit more clear (rdar://5646070)
llvm-svn: 54606
|
2008-08-10 01:58:45 +00:00 |
Eli Friedman
|
0ceef458b6
|
Fix this test so that it's valid; the point is to test for the crash,
not the missing diagnostic.
llvm-svn: 51365
|
2008-05-21 05:37:55 +00:00 |
Eli Friedman
|
0883bfb541
|
PR2347: Fix crash iterating over VLAs; this started triggering because
we now iterate over the whole AST when we destroy it.
llvm-svn: 51363
|
2008-05-21 05:06:46 +00:00 |
Chris Lattner
|
20aad334c7
|
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
|
2007-12-18 07:15:40 +00:00 |