Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor | 1 | -1/+1 |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 1 | -1/+1 |
2009-07-22 | Prep for new warning. | Mike Stump | 1 | -0/+1 |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar | 1 | -1/+1 |
2008-02-17 | Fix PR2042. One remaining issue: we don't currently diagnose | Chris Lattner | 1 | -1/+1 |
2008-01-04 | add comments for the various AssignConvertType's, and split int->pointer from... | Chris Lattner | 1 | -1/+1 |
2008-01-04 | Merge all the 'assignment' diagnostic code into one routine, decloning | Chris Lattner | 1 | -2/+2 |
2007-10-11 | rename -parse-ast-print to -ast-print | Chris Lattner | 1 | -1/+1 |
2007-09-26 | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek | 1 | -1/+1 |
2007-08-25 | Change Expr::isLvalue() to properly deal with ImplicitCastExpr's. | Steve Naroff | 1 | -0/+20 |