index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Lex
/
PreprocessorLexer.h
Age
Commit message (
Expand
)
Author
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
Remove tab characters.
Mike Stump
2009-01-18
Avoid malloc thrashing on the std::vector for ConditionalStack. Because
Chris Lattner
2009-01-17
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2008-12-10
PreprocessorLexer (and subclasses):
Ted Kremenek
2008-11-26
Add setter method PreprocessorLexer::setParsingPreprocessorDirective(). This...
Ted Kremenek
2008-11-22
remove a sneaky version of Diag hiding in PreprocessorLexer.
Chris Lattner
2008-11-22
Change the Lexer::Diag method to not magically silence warnings,
Chris Lattner
2008-11-20
- Default initialize ParsingPreprocessorDirective, ParsingFilename, and
Ted Kremenek
2008-11-19
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-12
Move some diagnostic handling to PreprocessorLexer.
Ted Kremenek
2008-11-12
Add virtual dtor to PreprocessorLexer.
Ted Kremenek
2008-11-12
Add LexIncludeFilename.
Ted Kremenek
2008-11-12
Move pieces of Lexer that the Preprocessor mutates to a new base class 'Prepr...
Ted Kremenek