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
/
PreprocessorLexer.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-13
Revert r167801, "[preprocessor] When #including something that contributes no
Daniel Dunbar
2012-11-13
[preprocessor] When #including something that contributes no tokens at all,
Argyrios Kyrtzidis
2012-06-17
Documentation cleanup: Use \brief for summaries, and escape # characters.
James Dennett
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-08-21
Boost the efficiency of SourceManager::getMacroArgExpandedLocation.
Argyrios Kyrtzidis
2011-02-28
Rename tok::eom to tok::eod.
Peter Collingbourne
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-01-29
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-27
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-17
this massive patch introduces a simple new abstraction: it makes
Chris Lattner
2009-01-16
Change some terminology in SourceLocation: instead of referring to
Chris Lattner
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-18
Remove the last of the old-style Preprocessor::Diag methods.
Chris Lattner
2008-11-12
Move some diagnostic handling to PreprocessorLexer.
Ted Kremenek
2008-11-12
Add virtual dtor to PreprocessorLexer.
Ted Kremenek
2008-11-12
Move LexIncludeFilename from Lexer to PreprocessorLexer.
Ted Kremenek