diff options
author | Chris Lattner <sabre@nondot.org> | 2008-03-09 02:22:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-03-09 02:22:57 +0000 |
commit | 5d75de0f821023f4ed4815825bf3aea8a0b5e40d (patch) | |
tree | 34075937a902849934d376a5b86f56d76ad21ca4 /include/clang/Lex/Preprocessor.h | |
parent | 1543e9c69202b8e128c7fe34784ae7aa90964889 (diff) |
Rename MacroExpander.cpp/h -> TokenLexer.cpp/h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/Preprocessor.h')
-rw-r--r-- | include/clang/Lex/Preprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h index 40e18eafd8..6298c8ac02 100644 --- a/include/clang/Lex/Preprocessor.h +++ b/include/clang/Lex/Preprocessor.h @@ -15,7 +15,7 @@ #define LLVM_CLANG_LEX_PREPROCESSOR_H #include "clang/Lex/Lexer.h" -#include "clang/Lex/MacroExpander.h" +#include "clang/Lex/TokenLexer.h" #include "clang/Basic/IdentifierTable.h" #include "clang/Basic/SourceLocation.h" #include "llvm/ADT/DenseMap.h" |