summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/LiteralSupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* minor cleanups to StringLiteralParser: no need to pass target infoChris Lattner2009-01-161-4/+12
* Fix a weird inconsistency with hex floats. Previously the lexer Chris Lattner2008-11-221-3/+1
* remove the NumericLiteralParser::Diag helper method, inlining it intoChris Lattner2008-11-221-29/+32
* Remove the last of the old-style Preprocessor::Diag methods.Chris Lattner2008-11-181-7/+7
* Speed up NumericLiteralParser::GetIntegerValue.Daniel Dunbar2008-10-161-0/+20
* Simplify overflow-on-add check in NumericLiteralParser::GetIntegerValue.Daniel Dunbar2008-10-161-2/+1
* Document assumptions that NumericLiteralParser makes with an assertion.Chris Lattner2008-09-301-1/+10
* Fix the root cause of PR2750 instead of the side effect.Chris Lattner2008-09-291-1/+1
* Fix for PR2750; don't check for an 'e' in the trash after the token.Eli Friedman2008-09-021-1/+1
* More #include cleaningDaniel Dunbar2008-08-111-1/+0
* In c89 mode accept hex fp constants as an extension:Chris Lattner2008-07-251-4/+7
* Fix a bug reported by Kelly Wilson, where we incorrectlyChris Lattner2008-06-301-4/+15
* refactor some code out into a new method.Chris Lattner2008-06-301-83/+104
* for exponent-related errors, emit the diagnostic on the 'e' or 'p'.Chris Lattner2008-04-201-4/+7
* when emitting diagnostics about some character in a numericChris Lattner2008-04-201-20/+26
* Support MS-specific integer suffixes (i8, i16, i32, i64, i128).Steve Naroff2008-04-041-0/+29
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+691
OpenPOWER on IntegriCloud