summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/c89.c
Commit message (Expand)AuthorAgeFilesLines
* typedef void T;Chris Lattner2008-04-101-1/+3
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-0/+10
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-051-1/+9
* Step #1 to fixing PR2012: c89 allows declspecs to be completely Chris Lattner2008-04-051-0/+6
* fix the second half of PR2041: __restrict is ok in c90 mode, even ifChris Lattner2008-02-191-1/+1
* Fix PR2041: restrict is not a keyword in c90.Chris Lattner2008-02-151-0/+3
* Fix PR1999, by emitting a hard error only if an argument declarator is comple...Chris Lattner2008-02-101-0/+3
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* -C mode doesn't return comments on "#" lines, so the diag checker doesn't pic...Chris Lattner2007-08-301-2/+0
* Ensure we diagnose long long literals in C90 mode.Neil Booth2007-08-291-0/+5
* extwarn about VLAs in C89 mode.Chris Lattner2007-08-281-2/+6
* warn about long long when in c89 mode.Chris Lattner2007-08-281-0/+3
* extwarn about decls intermixed with code in c89 mode.Chris Lattner2007-08-271-0/+19
OpenPOWER on IntegriCloud