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
/
Lexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
actually, this version isn't really needed.
Chris Lattner
2008-11-22
1
-6
/
+2
*
remove a sneaky version of Diag hiding in PreprocessorLexer.
Chris Lattner
2008-11-22
1
-3
/
+6
*
Change the Lexer::Diag method to not magically silence warnings,
Chris Lattner
2008-11-22
1
-27
/
+46
*
Split the DiagnosticInfo class into two disjoint classes:
Chris Lattner
2008-11-22
1
-2
/
+2
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
1
-2
/
+5
*
Convert the lexer and start converting the PP over to using canonical Diag me...
Chris Lattner
2008-11-18
1
-11
/
+10
*
Move some diagnostic handling to PreprocessorLexer.
Ted Kremenek
2008-11-12
1
-10
/
+5
*
Remove Lexer::LexIncludeFilename.
Ted Kremenek
2008-11-12
1
-21
/
+0
*
Change FormTokenWithChars to take the token kind to form, since all clients
Chris Lattner
2008-10-12
1
-126
/
+107
*
When in keep whitespace mode, make sure to return block comments that are
Chris Lattner
2008-10-12
1
-2
/
+22
*
Change SkipBlockComment and SkipBCPLComment to return true when in
Chris Lattner
2008-10-12
1
-18
/
+22
*
Add a new mode to the lexer which enables it to return all characters,
Chris Lattner
2008-10-12
1
-15
/
+49
*
Fix a couple more places that poke KeepCommentMode unnecesarily.
Chris Lattner
2008-10-12
1
-3
/
+4
*
add a new inKeepCommentMode() accessor to abstract the KeepCommentMode
Chris Lattner
2008-10-12
1
-4
/
+4
*
fix misleading comment.
Chris Lattner
2008-10-12
1
-1
/
+1
*
Simplify raw mode lexing by treating an unterminate /**/ comment the
Chris Lattner
2008-10-12
1
-3
/
+4
*
add a comment.
Chris Lattner
2008-10-12
1
-0
/
+2
*
Change how raw lexers are handled: instead of creating them and then
Chris Lattner
2008-10-12
1
-5
/
+6
*
silence some release-assert warnings.
Chris Lattner
2008-10-12
1
-2
/
+1
*
improve a comment.
Chris Lattner
2008-10-12
1
-1
/
+2
*
Change Parser & Sema to use interned "super" for comparions.
Daniel Dunbar
2008-08-14
1
-6
/
+0
*
Fix typo
Nate Begeman
2008-04-14
1
-1
/
+1
*
don't diagnose empty source files, thanks Neil!
Chris Lattner
2008-04-12
1
-2
/
+3
*
don't read off the front of the buffer. Thanks to Sam for pointing this out.
Chris Lattner
2008-04-11
1
-1
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+1661
[prev]