Age | Commit message (Expand) | Author |
---|---|---|
2007-11-30 | Doh! Check in this long overdue test fix. | Christopher Lamb |
2007-11-29 | Support floating point literals of the form "1e-16f" which specify an exponen... | Christopher Lamb |
2007-11-26 | The checking for the delimiters of expected error/warning messages was | Bill Wendling |
2007-11-14 | Fix a bug handling hex floats in c90 mode, pointed out by Neil. | Chris Lattner |
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-16 | Make octal constant lexing use AdvanceToTokenCharacter to give more | Chris Lattner |
2007-07-16 | Add support for C++'0x keywords, patch by Doug Gregor | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |