summaryrefslogtreecommitdiff
path: root/test/Sema/knr-def-call.c
Commit message (Expand)AuthorAgeFilesLines
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-2/+2
* Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay2011-10-141-4/+2
* Enhance the diagnostic for literal float -> int conversions to suggestChandler Carruth2011-04-101-2/+4
* Implement a sub-group of -Wconversion: -Wliteral-conversion. ThisChandler Carruth2011-02-171-3/+3
* Look through the address-of operator to find the function beingDouglas Gregor2010-10-251-0/+1
* When we're calling a function that we know based on its K&R-styleDouglas Gregor2010-10-251-1/+12
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Allow a looser form of compatibility checking (which ignoresDouglas Gregor2010-07-291-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When calling a function without a prototype for which we have aDouglas Gregor2009-04-021-2/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implement GNU C semantics for K&R function definitions that follow aDouglas Gregor2009-03-061-1/+1
* C99 DR #316 implies that the function parameter types that are knownDouglas Gregor2009-02-251-0/+14