summaryrefslogtreecommitdiffstats
path: root/test/Sema/c89.c
Commit message (Expand)AuthorAgeFilesLines
* Don't accept qualified 'int' main return types in C++ or standard C modeAlp Toker2014-07-021-0/+2
* Sema: Cleanup and simplify anonymous union diagnosticsDavid Majnemer2013-11-021-1/+1
* Sema: Flexible array members were introduced in C99, diagnose their use in C++David Majnemer2013-11-021-1/+1
* Fixed implementation of C89 6.5.7 p3.Enea Zaffanella2013-07-221-0/+5
* Implement the part of C89 6.5.7 p3 requiring a constant initializer listEnea Zaffanella2013-07-221-0/+4
* Change the wording of the extension warning fromDmitri Gribenko2012-09-241-0/+6
* Implement C90 pedantic warning for duplicate declaration specifiers which are...Eli Friedman2012-04-051-0/+17
* Warn on flexible array members when in C89 mode, with -pedantic.David Chisnall2012-03-161-0/+2
* Warn about non-int main() results in GNU C mode instead of erroring.John McCall2012-02-141-0/+2
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-4/+4
* Only do typo correction for implicit function decls whenHans Wennborg2011-12-081-3/+3
* Suggest typo corrections for implicit function declarations.Hans Wennborg2011-12-061-1/+8
* PR4304: Add warning for designators in strict c89 mode.Eli Friedman2011-04-241-0/+2
* Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor2010-05-221-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-1/+1
* Prep for new warning.Mike Stump2009-07-221-1/+1
* Fix a minor edge case in C89 mode related to the definition of a Eli Friedman2009-04-281-0/+2
* Fix for PR4074: allow subscripting non-lvalue arrays in C90 mode.Eli Friedman2009-04-251-0/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Clean up the C89/C++ warnings about C99 array features to not Chris Lattner2008-12-181-0/+7
* diagnose C99 6.9.1p5, C arguments in definitions that are lackingChris Lattner2008-12-171-1/+2
* 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