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