summaryrefslogtreecommitdiffstats
path: root/test/Sema/warn-missing-prototypes.c
Commit message (Expand)AuthorAgeFilesLines
* When warning about a missing prototype because a function declaration is miss...Anders Carlsson2012-12-181-1/+7
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* add radar numberChris Lattner2009-04-111-0/+1
* -Wmissing-prototypes shouldn't complain about main() missing a prototype.Douglas Gregor2009-04-081-0/+2
* Add testcase for -Wmissing-prototypesDouglas Gregor2009-04-011-0/+34