summaryrefslogtreecommitdiffstats
path: root/clang/Lex
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-03-09 02:22:57 +0000
committerChris Lattner <sabre@nondot.org>2008-03-09 02:22:57 +0000
commit5bb36002be451618e06ef1c0c76c5b8c42bab927 (patch)
tree7b5372cf7a81759c0b9cba0beba53693d9111f5c /clang/Lex
parent95d72cdf0fe8058afc90386b9862586e30ff7bef (diff)
downloadbcm5719-llvm-5bb36002be451618e06ef1c0c76c5b8c42bab927.tar.gz
bcm5719-llvm-5bb36002be451618e06ef1c0c76c5b8c42bab927.zip
Rename MacroExpander.cpp/h -> TokenLexer.cpp/h
llvm-svn: 48072
Diffstat (limited to 'clang/Lex')
-rw-r--r--clang/Lex/TokenLexer.cpp (renamed from clang/Lex/MacroExpander.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Lex/MacroExpander.cpp b/clang/Lex/TokenLexer.cpp
index e903973336e..66549fdaccf 100644
--- a/clang/Lex/MacroExpander.cpp
+++ b/clang/Lex/TokenLexer.cpp
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Lex/MacroExpander.h"
+#include "clang/Lex/TokenLexer.h"
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Basic/SourceManager.h"
OpenPOWER on IntegriCloud