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
/
PPLexerChange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add ugly "test harness" for PTHLexer that is not enabled by default. The
Ted Kremenek
2008-11-20
1
-6
/
+49
*
Make FIXME a hard assertion.
Ted Kremenek
2008-11-20
1
-2
/
+6
*
Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead of
Ted Kremenek
2008-11-20
1
-5
/
+6
*
Move more cases of using 'CurLexer' to 'CurPPLexer'.
Ted Kremenek
2008-11-19
1
-26
/
+35
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
1
-14
/
+5
*
Revert 59574 (caused tests to fail).
Ted Kremenek
2008-11-19
1
-5
/
+14
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
1
-14
/
+5
*
- Add Lexer::isPragma() accessor for clients of Lexer that aren't friends.
Ted Kremenek
2008-11-18
1
-8
/
+14
*
- Add 'CurPPLexer' to Preprocessor to keep track of the current
Ted Kremenek
2008-11-18
1
-0
/
+1
*
Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ...
Ted Kremenek
2008-11-13
1
-15
/
+13
*
Use PushIncludeMacroStack/PopMacroStack instead of manually pushing/popping f...
Ted Kremenek
2008-11-13
1
-14
/
+6
*
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-10-27
1
-2
/
+2
*
Change FormTokenWithChars to take the token kind to form, since all clients
Chris Lattner
2008-10-12
1
-2
/
+1
*
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-09-26
1
-8
/
+4
*
Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo
Chris Lattner
2008-09-26
1
-13
/
+9
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+0
*
Allow the preprocessor to cache the lexed tokens, so that we can do efficient...
Argyrios Kyrtzidis
2008-08-10
1
-88
/
+0
*
Convert CRLF -> LF line endings.
Argyrios Kyrtzidis
2008-07-12
1
-21
/
+21
*
Add Preprocessor::LookNext method, which implements an efficient way to 'take...
Argyrios Kyrtzidis
2008-07-09
1
-0
/
+26
*
Avoid overflowing buffer, patch by Algeris Kirtzidis!
Chris Lattner
2008-03-24
1
-1
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+401
[prev]