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