aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/LiteralSupport.h
AgeCommit message (Expand)Author
2009-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth
2009-10-08This fixes support for complex literals, reworked to avoid a goto, andMike Stump
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-05Add missing include.Daniel Dunbar
2009-06-01PR4283: Don't truncate multibyte character constants in the Eli Friedman
2009-04-21Use an APInt of target int size to detect overflow while parsing multichars.Sanjiv Gupta
2009-02-26fix some sema problems with wide strings and hook up basic codegen for them.Chris Lattner
2009-02-18Next step toward making string diagnostics correct: handleChris Lattner
2009-01-16minor cleanups to StringLiteralParser: no need to pass target infoChris Lattner
2008-11-22remove the NumericLiteralParser::Diag helper method, inlining it intoChris Lattner
2008-06-30refactor some code out into a new method.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-26Added optional pass-by-reference argument "isExact" toTed Kremenek
2007-10-15Add support for Pascal strings.Anders Carlsson
2007-09-22Use APFloat for the representation of FP immediates, ask the targetChris Lattner
2007-08-261.0 is double, 1.0F is a float.Chris Lattner
2007-08-261) refactor some code.Chris Lattner
2007-07-20At one point there were going to be lexer and parser tokens.Chris Lattner
2007-07-12Fix "no newline at end of file" warnings. Patch contributed byChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer