index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
/
LiteralSupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up NumericLiteralParser::GetIntegerValue.
Daniel Dunbar
2008-10-16
1
-0
/
+20
*
Simplify overflow-on-add check in NumericLiteralParser::GetIntegerValue.
Daniel Dunbar
2008-10-16
1
-2
/
+1
*
Document assumptions that NumericLiteralParser makes with an assertion.
Chris Lattner
2008-09-30
1
-1
/
+10
*
Fix the root cause of PR2750 instead of the side effect.
Chris Lattner
2008-09-29
1
-1
/
+1
*
Fix for PR2750; don't check for an 'e' in the trash after the token.
Eli Friedman
2008-09-02
1
-1
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+0
*
In c89 mode accept hex fp constants as an extension:
Chris Lattner
2008-07-25
1
-4
/
+7
*
Fix a bug reported by Kelly Wilson, where we incorrectly
Chris Lattner
2008-06-30
1
-4
/
+15
*
refactor some code out into a new method.
Chris Lattner
2008-06-30
1
-83
/
+104
*
for exponent-related errors, emit the diagnostic on the 'e' or 'p'.
Chris Lattner
2008-04-20
1
-4
/
+7
*
when emitting diagnostics about some character in a numeric
Chris Lattner
2008-04-20
1
-20
/
+26
*
Support MS-specific integer suffixes (i8, i16, i32, i64, i128).
Steve Naroff
2008-04-04
1
-0
/
+29
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+691