aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/c89.c
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-22Prep for new warning.Mike Stump
2009-04-28Fix a minor edge case in C89 mode related to the definition of a Eli Friedman
2009-04-25Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode.Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-18Clean up the C89/C++ warnings about C99 array features to not Chris Lattner
2008-12-17diagnose C99 6.9.1p5, C arguments in definitions that are lackingChris Lattner
2008-04-10 typedef void T;Chris Lattner
2008-04-10Several improvements from Doug Gregor related to defaultChris Lattner
2008-04-05Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner
2008-04-05Step #1 to fixing PR2012: c89 allows declspecs to be completely Chris Lattner
2008-02-19fix the second half of PR2041: __restrict is ok in c90 mode, even ifChris Lattner
2008-02-15Fix PR2041: restrict is not a keyword in c90.Chris Lattner
2008-02-10Fix PR1999, by emitting a hard error only if an argument declarator is comple...Chris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-30-C mode doesn't return comments on "#" lines, so the diag checker doesn't pic...Chris Lattner
2007-08-29Ensure we diagnose long long literals in C90 mode.Neil Booth
2007-08-28extwarn about VLAs in C89 mode.Chris Lattner
2007-08-28warn about long long when in c89 mode.Chris Lattner
2007-08-27extwarn about decls intermixed with code in c89 mode.Chris Lattner