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