aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/knr-def-call.c
AgeCommit message (Expand)Author
2012-05-15Improve some of the conversion warnings to fire on conversion to bool.David Blaikie
2011-10-14Only warn in -Wliteral-conversion if the conversion loses informationMatt Beaumont-Gay
2011-04-10Enhance the diagnostic for literal float -> int conversions to suggestChandler Carruth
2011-02-17Implement a sub-group of -Wconversion: -Wliteral-conversion. ThisChandler Carruth
2010-10-25Look through the address-of operator to find the function beingDouglas Gregor
2010-10-25When we're calling a function that we know based on its K&R-styleDouglas Gregor
2010-09-05make clang print types as "const int *" instead of "int const*",Chris Lattner
2010-07-29Allow a looser form of compatibility checking (which ignoresDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-02When calling a function without a prototype for which we have aDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-06Implement GNU C semantics for K&R function definitions that follow aDouglas Gregor
2009-02-25C99 DR #316 implies that the function parameter types that are knownDouglas Gregor