[cfe-dev] Crash with incomplete enum
Eli Friedman
eli.friedman at gmail.com
Sat Jan 12 09:35:44 PST 2008
enum e ve;
int
f0 (int i)
{
ve + i;
}
Crashes clang -fsyntax-only. Should emit a diagnostic.
-Eli
More information about the cfe-dev
mailing list