summaryrefslogtreecommitdiffstats
path: root/test/Parser/implicit-casts.c
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Prep for new warning.Mike Stump2009-07-221-0/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix PR2042. One remaining issue: we don't currently diagnoseChris Lattner2008-02-171-1/+1
* add comments for the various AssignConvertType's, and split int->pointer from...Chris Lattner2008-01-041-1/+1
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-2/+2
* 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
* Change Expr::isLvalue() to properly deal with ImplicitCastExpr's.Steve Naroff2007-08-251-0/+20