aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/constants.c
AgeCommit message (Expand)Author
2009-05-12accept "#pragma clang foo" where we accept "#pragma GCC foo".Chris Lattner
2009-04-28Implement -Wfour-char-constants, which is an extension, not an extwarn,Chris Lattner
2009-04-28implement -WmulticharChris Lattner
2009-04-28merge number.c into constants.c and start running it in -verify mode.Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
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-16Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner