index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Lex
/
LiteralSupport.h
Age
Commit message (
Expand
)
Author
2009-10-26
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-10-08
This fixes support for complex literals, reworked to avoid a goto, and
Mike Stump
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-05
Add missing include.
Daniel Dunbar
2009-06-01
PR4283: Don't truncate multibyte character constants in the
Eli Friedman
2009-04-21
Use an APInt of target int size to detect overflow while parsing multichars.
Sanjiv Gupta
2009-02-26
fix some sema problems with wide strings and hook up basic codegen for them.
Chris Lattner
2009-02-18
Next step toward making string diagnostics correct: handle
Chris Lattner
2009-01-16
minor cleanups to StringLiteralParser: no need to pass target info
Chris Lattner
2008-11-22
remove the NumericLiteralParser::Diag helper method, inlining it into
Chris Lattner
2008-06-30
refactor some code out into a new method.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-26
Added optional pass-by-reference argument "isExact" to
Ted Kremenek
2007-10-15
Add support for Pascal strings.
Anders Carlsson
2007-09-22
Use APFloat for the representation of FP immediates, ask the target
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-12
Fix "no newline at end of file" warnings. Patch contributed by
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer