]> granicus.if.org Git - clang/commit
At one point there were going to be lexer and parser tokens.
authorChris Lattner <sabre@nondot.org>
Fri, 20 Jul 2007 16:59:19 +0000 (16:59 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Jul 2007 16:59:19 +0000 (16:59 +0000)
commitd217773f106856a11879ec79dc468efefaf2ee75
treeb287f41254ad8f377f504fc9645404a7772084d0
parent25bdb51276d3bfc180a68688082071505a00ed27
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40105 91177308-0d34-0410-b5e6-96231b3b80d8
26 files changed:
Driver/DiagChecker.cpp
Driver/PrintPreprocessedOutput.cpp
Driver/TextDiagnosticPrinter.cpp
Driver/clang.cpp
Lex/Lexer.cpp
Lex/LiteralSupport.cpp
Lex/MacroExpander.cpp
Lex/MacroInfo.cpp
Lex/PPExpressions.cpp
Lex/Pragma.cpp
Lex/Preprocessor.cpp
Parse/ParseDecl.cpp
Parse/ParseExpr.cpp
Parse/ParseInit.cpp
Parse/ParseStmt.cpp
Sema/Sema.h
Sema/SemaExpr.cpp
include/clang/Lex/Lexer.h
include/clang/Lex/LiteralSupport.h
include/clang/Lex/MacroExpander.h
include/clang/Lex/MacroInfo.h
include/clang/Lex/Pragma.h
include/clang/Lex/Preprocessor.h
include/clang/Lex/Token.h [moved from include/clang/Lex/LexerToken.h with 93% similarity]
include/clang/Parse/Action.h
include/clang/Parse/Parser.h