summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/constants.c
Commit message (Expand)AuthorAgeFilesLines
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-1/+1
* Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman2014-07-241-2/+2
* Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman2014-07-221-2/+2
* Partially revert r186903.Eli Friedman2013-07-261-1/+1
* Integers which are too large should be an error.Eli Friedman2013-07-231-1/+6
* Add and update tests for character literalsSeth Cantrell2012-01-181-1/+1
* Warn about and truncate UCNs that are too big for their character literal type.Craig Topper2011-08-191-0/+2
* Split out -Wconversion warnings about constant precision into theirJohn McCall2010-11-091-4/+4
* Test for PR7888.Eli Friedman2010-08-191-0/+3
* fix PR4499, patch by Kyle Dean!Chris Lattner2010-07-071-0/+7
* At sabre's request, drop the FP bounds diagnostics down to warnings and fileJohn McCall2010-02-261-8/+8
* Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641John McCall2009-12-241-0/+22
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* accept "#pragma clang foo" where we accept "#pragma GCC foo".Chris Lattner2009-05-121-2/+2
* Implement -Wfour-char-constants, which is an extension, not an extwarn,Chris Lattner2009-04-281-2/+8
* implement -WmulticharChris Lattner2009-04-281-1/+15
* merge number.c into constants.c and start running it in -verify mode.Chris Lattner2009-04-281-4/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner2007-07-161-0/+8
OpenPOWER on IntegriCloud