summaryrefslogtreecommitdiff
path: root/test/Lexer/constants.c
AgeCommit message (Expand)Author
2014-12-23Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber
2014-07-24Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman
2014-07-22Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman
2013-07-26Partially revert r186903.Eli Friedman
2013-07-23Integers which are too large should be an error.Eli Friedman
2012-01-18Add and update tests for character literalsSeth Cantrell
2011-08-19Warn about and truncate UCNs that are too big for their character literal type.Craig Topper
2010-11-09Split out -Wconversion warnings about constant precision into theirJohn McCall
2010-08-19Test for PR7888.Eli Friedman
2010-07-07fix PR4499, patch by Kyle Dean!Chris Lattner
2010-02-26At sabre's request, drop the FP bounds diagnostics down to warnings and fileJohn McCall
2009-12-24Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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