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
Showing
- Driver/DiagChecker.cpp 1 addition, 1 deletionDriver/DiagChecker.cpp
- Driver/PrintPreprocessedOutput.cpp 7 additions, 7 deletionsDriver/PrintPreprocessedOutput.cpp
- Driver/TextDiagnosticPrinter.cpp 1 addition, 1 deletionDriver/TextDiagnosticPrinter.cpp
- Driver/clang.cpp 3 additions, 3 deletionsDriver/clang.cpp
- Lex/Lexer.cpp 34 additions, 34 deletionsLex/Lexer.cpp
- Lex/LiteralSupport.cpp 1 addition, 1 deletionLex/LiteralSupport.cpp
- Lex/MacroExpander.cpp 40 additions, 40 deletionsLex/MacroExpander.cpp
- Lex/MacroInfo.cpp 2 additions, 2 deletionsLex/MacroInfo.cpp
- Lex/PPExpressions.cpp 5 additions, 5 deletionsLex/PPExpressions.cpp
- Lex/Pragma.cpp 13 additions, 13 deletionsLex/Pragma.cpp
- Lex/Preprocessor.cpp 54 additions, 54 deletionsLex/Preprocessor.cpp
- Parse/ParseDecl.cpp 1 addition, 1 deletionParse/ParseDecl.cpp
- Parse/ParseExpr.cpp 6 additions, 6 deletionsParse/ParseExpr.cpp
- Parse/ParseInit.cpp 1 addition, 1 deletionParse/ParseInit.cpp
- Parse/ParseStmt.cpp 1 addition, 1 deletionParse/ParseStmt.cpp
- Sema/Sema.h 4 additions, 4 deletionsSema/Sema.h
- Sema/SemaExpr.cpp 3 additions, 3 deletionsSema/SemaExpr.cpp
- include/clang/Lex/Lexer.h 21 additions, 21 deletionsinclude/clang/Lex/Lexer.h
- include/clang/Lex/LiteralSupport.h 2 additions, 2 deletionsinclude/clang/Lex/LiteralSupport.h
- include/clang/Lex/MacroExpander.h 16 additions, 16 deletionsinclude/clang/Lex/MacroExpander.h
Loading
Please register or sign in to comment