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
/
PPExpressions.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
2008-03-05
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-02-13
Adjust for APInt's isPositive being renamed to isNonNegative.
Dan Gohman
2008-01-23
add support for -Wundef.
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-10-09
Switch lexer/pp over to new Token::is/isNot api
Chris Lattner
2007-10-07
improve layering:
Chris Lattner
2007-10-07
change calls to getMacroInfo into hasMacroDefinition() where possible.
Chris Lattner
2007-09-04
Silence VC++ warnings, patch by Hartmut Kaiser
Chris Lattner
2007-08-29
Spaces not tabs.
Neil Booth
2007-08-29
Ensure we diagnose long long literals in C90 mode.
Neil Booth
2007-08-26
1.0 is double, 1.0F is a float.
Chris Lattner
2007-08-23
Update to match the API from LLVM mainline.
Chris Lattner
2007-07-20
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer