]> granicus.if.org Git - clang/history - test/Sema/c89.c
Fix PR2041: restrict is not a keyword in c90.
[clang] / test / Sema / c89.c
2008-02-15 Chris LattnerFix PR2041: restrict is not a keyword in c90.
2008-02-10 Chris LattnerFix PR1999, by emitting a hard error only if an argumen...
2007-10-11 Chris Lattnerrename -parse-ast-print to -ast-print
2007-09-26 Ted KremenekRemoved option "-parse-ast-check" from clang driver...
2007-08-30 Chris Lattner-C mode doesn't return comments on "#" lines, so the...
2007-08-29 Neil BoothEnsure we diagnose long long literals in C90 mode.
2007-08-28 Chris Lattnerextwarn about VLAs in C89 mode.
2007-08-28 Chris Lattnerwarn about long long when in c89 mode.
2007-08-27 Chris Lattnerextwarn about decls intermixed with code in c89 mode.