index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lex
/
LiteralSupport.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-12
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-11-29
Support floating point literals of the form "1e-16f" which specify an exponen...
Christopher Lamb
2007-11-29
Removed potential buffer overrun (spotted by Neil Booth) when NumericLiteralP...
Ted Kremenek
2007-11-26
Added optional pass-by-reference argument "isExact" to
Ted Kremenek
2007-11-14
Fix a bug handling hex floats in c90 mode, pointed out by Neil.
Chris Lattner
2007-10-15
Add support for Pascal strings.
Anders Carlsson
2007-10-09
Switch lexer/pp over to new Token::is/isNot api
Chris Lattner
2007-09-22
work around bugs and missing features in apfloat.
Chris Lattner
2007-09-22
Use APFloat for the representation of FP immediates, ask the target
Chris Lattner
2007-09-03
Eliminate some VC++ warnings, patch by Hartmut Kaiser!
Chris Lattner
2007-08-26
1.0 is double, 1.0F is a float.
Chris Lattner
2007-08-26
1) refactor some code.
Chris Lattner
2007-07-20
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-17
strtod is more portable than strtof apparently. Instead of making this condi...
Chris Lattner
2007-07-17
cheap change to fix solaris compilation. I can make this a static inline if d...
Gabor Greif
2007-07-16
Make octal constant lexing use AdvanceToTokenCharacter to give more
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer