index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Lex
/
PPLexerChange.cpp
Age
Commit message (
Expand
)
Author
2008-12-02
Preprocessor:
Ted Kremenek
2008-11-27
PTHLexer now owns the Token vector.
Ted Kremenek
2008-11-21
Reenable the default lexer.
Ted Kremenek
2008-11-21
When creating the raw tokens for PTHLexer, make sure the token representing t...
Ted Kremenek
2008-11-21
When creating raw tokens for the PTHLexer specially handle angled strings for...
Ted Kremenek
2008-11-20
Rename IsNonPragmaNonMacroLexer to IsFileLexer.
Ted Kremenek
2008-11-20
Add ugly "test harness" for PTHLexer that is not enabled by default. The
Ted Kremenek
2008-11-20
Make FIXME a hard assertion.
Ted Kremenek
2008-11-20
Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead of
Ted Kremenek
2008-11-19
Move more cases of using 'CurLexer' to 'CurPPLexer'.
Ted Kremenek
2008-11-19
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
Revert 59574 (caused tests to fail).
Ted Kremenek
2008-11-19
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-18
- Add Lexer::isPragma() accessor for clients of Lexer that aren't friends.
Ted Kremenek
2008-11-18
- Add 'CurPPLexer' to Preprocessor to keep track of the current
Ted Kremenek
2008-11-13
Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ...
Ted Kremenek
2008-11-13
Use PushIncludeMacroStack/PopMacroStack instead of manually pushing/popping f...
Ted Kremenek
2008-10-27
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-10-12
Change FormTokenWithChars to take the token kind to form, since all clients
Chris Lattner
2008-09-26
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-09-26
Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo
Chris Lattner
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-10
Allow the preprocessor to cache the lexed tokens, so that we can do efficient...
Argyrios Kyrtzidis
2008-07-12
Convert CRLF -> LF line endings.
Argyrios Kyrtzidis
2008-07-09
Add Preprocessor::LookNext method, which implements an efficient way to 'take...
Argyrios Kyrtzidis
2008-03-24
Avoid overflowing buffer, patch by Algeris Kirtzidis!
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]