aboutsummaryrefslogtreecommitdiff
path: root/Lex/LiteralSupport.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-05remove the source location arguments to various target query methods.Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-11-29Support floating point literals of the form "1e-16f" which specify an exponen...Christopher Lamb
2007-11-29Removed potential buffer overrun (spotted by Neil Booth) when NumericLiteralP...Ted Kremenek
2007-11-26Added optional pass-by-reference argument "isExact" toTed Kremenek
2007-11-14Fix a bug handling hex floats in c90 mode, pointed out by Neil.Chris Lattner
2007-10-15Add support for Pascal strings.Anders Carlsson
2007-10-09Switch lexer/pp over to new Token::is/isNot apiChris Lattner
2007-09-22work around bugs and missing features in apfloat.Chris Lattner
2007-09-22Use APFloat for the representation of FP immediates, ask the targetChris Lattner
2007-09-03Eliminate some VC++ warnings, patch by Hartmut Kaiser!Chris 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-17strtod is more portable than strtof apparently. Instead of making this condi...Chris Lattner
2007-07-17cheap change to fix solaris compilation. I can make this a static inline if d...Gabor Greif
2007-07-16Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer