summaryrefslogtreecommitdiff
path: root/test/Sema/arg-duplicate.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'previous declaration is here' note for param redefinition Chris Lattner2010-02-221-1/+2
* 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-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* C99 DR #316 implies that the function parameter types that are knownDouglas Gregor2009-02-251-1/+1
* reject 'typedef int y; int test(x, y)'.Chris Lattner2008-04-061-1/+0
* 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
* Fix off-by-one error when emitting diagnostics. Also, make diagnosticChris Lattner2007-07-211-0/+15