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
/
TokenLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify some logic by making ScratchBuffer handle the application of trailing
Chris Lattner
2009-03-08
1
-35
/
+28
*
make the token lexer allocate its temporary token buffers for
Chris Lattner
2009-03-04
1
-2
/
+9
*
track "just a little more" location information for macro instantiations.
Chris Lattner
2009-02-15
1
-8
/
+10
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+1
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
remove my hacks that aggressively threw away multiple
Chris Lattner
2009-01-26
1
-6
/
+0
*
This change refactors some of the low-level lexer interfaces a bit.
Chris Lattner
2009-01-26
1
-17
/
+22
*
Only resolve a macro's instantiation loc once per macro, instead of once
Chris Lattner
2009-01-26
1
-0
/
+7
*
Check in the long promised SourceLocation rewrite. This lays the
Chris Lattner
2009-01-26
1
-3
/
+4
*
This is a follow-up to r62675:
Chris Lattner
2009-01-23
1
-3
/
+8
*
Add a bit to IdentifierInfo that acts as a simple predicate which
Chris Lattner
2009-01-21
1
-2
/
+3
*
Make SourceLocation::getFileLoc private to reduce the API exposure of
Chris Lattner
2009-01-19
1
-4
/
+12
*
make the verbose raw-lexer ctor fully explicit instead of having
Chris Lattner
2009-01-17
1
-4
/
+4
*
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-17
1
-2
/
+1
*
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-18
1
-2
/
+2
*
Simplify raw mode lexing by treating an unterminate /**/ comment the
Chris Lattner
2008-10-12
1
-5
/
+1
*
Change how raw lexers are handled: instead of creating them and then
Chris Lattner
2008-10-12
1
-6
/
+6
*
whitespace and comment changes, to fix grammar and 80 col violations
Nico Weber
2008-09-29
1
-1
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+488