Age | Commit message (Expand) | Author |
---|---|---|
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-03 | Reorganize the parsing of decl groups / function definitions so that | John McCall |
2009-04-12 | Implement the first set of changes for PR3963 and rdar://6759604, | Chris Lattner |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-27 | change a diagnostic message from something pedantically correct but | Chris Lattner |
2008-12-12 | rdar://6060752 - don't warn about trigraphs in bcpl-style comments | Chris Lattner |
2008-09-03 | Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is | Ted Kremenek |
2007-10-11 | rename -parse-ast-print to -ast-print | Chris Lattner |
2007-09-26 | Removed option "-parse-ast-check" from clang driver. This is now implemented | Ted Kremenek |
2007-07-21 | Fix a lexer bug where we incorrectly rejected | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |