llvm-project/clang/Lex
Chris Lattner 146762e7a4 At one point there were going to be lexer and parser tokens.
Since that point is now long gone, we should rename LexerToken to
Token, as it is the only kind of token we have.

llvm-svn: 40105
2007-07-20 16:59:19 +00:00
..
HeaderSearch.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
IdentifierTable.cpp Make sure to initialize an ivar, patch by Benoit Boissinot. 2007-07-19 00:11:19 +00:00
Lexer.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
LiteralSupport.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
MacroExpander.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
MacroInfo.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
Makefile Add altivec version of block comment skipping code. 2006-10-30 20:01:22 +00:00
PPExpressions.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
Pragma.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
Preprocessor.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
ScratchBuffer.cpp Reimplement SourceLocation. Instead of having a 2007-07-20 16:37:10 +00:00