summaryrefslogtreecommitdiff
path: root/test/Sema/warn-unused-parameters.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Undo patch for // rdar://10735698Fariborz Jahanian2012-03-061-3/+3
* patch to optionally warn for block implementations without explicit Fariborz Jahanian2012-03-051-3/+3
* Implement '-Weverything', which enables all warnings except those explicitly ...Ted Kremenek2011-08-181-1/+9
* Use '%clang_cc1' instead of '%clang' to make the warning output more consiste...Ted Kremenek2010-04-081-2/+2
* Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'.Ted Kremenek2010-04-081-3/+12
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Add -fblocksDouglas Gregor2009-06-201-2/+2
* Keep track of when declarations are "used" according to C andDouglas Gregor2009-06-191-0/+13