Age | Commit message (Expand) | Author |
---|---|---|
2010-02-22 | Add 'previous declaration is here' note for param redefinition | Chris Lattner |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-04-02 | When calling a function without a prototype for which we have a | Douglas Gregor |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-25 | C99 DR #316 implies that the function parameter types that are known | Douglas Gregor |
2008-04-06 | reject 'typedef int y; int test(x, y)'. | Chris Lattner |
2007-10-11 | rename -parse-ast-print to -ast-print | Chris Lattner |
2007-09-26 | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek |
2007-07-21 | Fix off-by-one error when emitting diagnostics. Also, make diagnostic | Chris Lattner |