summaryrefslogtreecommitdiff
path: root/test/Parser/pointer_promotion.c
AgeCommit message (Expand)Author
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-23Fix test case, which has a control-reaches-end-of-non-void warning that wasDaniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-10-10Emit a warning when the body of an if block is a NullStmt.Anders Carlsson
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-16Fixed Sema::CheckEqualityOperands() and Sema::CheckRelationalOperands() to de...Steve Naroff