aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer
AgeCommit message (Expand)Author
2007-11-30Doh! Check in this long overdue test fix.Christopher Lamb
2007-11-29Support floating point literals of the form "1e-16f" which specify an exponen...Christopher Lamb
2007-11-26The checking for the delimiters of expected error/warning messages wasBill Wendling
2007-11-14Fix a bug handling hex floats in c90 mode, pointed out by Neil.Chris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-07-21Fix a lexer bug where we incorrectly rejectedChris Lattner
2007-07-16Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner
2007-07-16Add support for C++'0x keywords, patch by Doug GregorChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer