summaryrefslogtreecommitdiff
path: root/test/Parser/implicit-casts.c
Commit message (Expand)AuthorAgeFilesLines
* 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