aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/arg-duplicate.c
AgeCommit message (Expand)Author
2010-02-22Add 'previous declaration is here' note for param redefinition Chris Lattner
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-02-25C99 DR #316 implies that the function parameter types that are knownDouglas Gregor
2008-04-06reject 'typedef int y; int test(x, y)'.Chris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-07-21Fix off-by-one error when emitting diagnostics. Also, make diagnosticChris Lattner