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