diff options
author | Chris Lattner <sabre@nondot.org> | 2008-03-09 02:55:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-03-09 02:55:12 +0000 |
commit | e5c8ffe09f8fec836b90f23c2a3b996bfc5b09c4 (patch) | |
tree | 64938f6b9275081c47cd953d49fe7626c4c40bdc /Lex/Preprocessor.cpp | |
parent | 792812547065c45b61cce836505cdf43493e4ad8 (diff) |
split the MacroArgs class out of TokenLexer.cpp/h into
MacroArgs.cpp/h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Lex/Preprocessor.cpp')
-rw-r--r-- | Lex/Preprocessor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lex/Preprocessor.cpp b/Lex/Preprocessor.cpp index 1cc4e6ecea..d8865441b0 100644 --- a/Lex/Preprocessor.cpp +++ b/Lex/Preprocessor.cpp @@ -26,6 +26,7 @@ //===----------------------------------------------------------------------===// #include "clang/Lex/Preprocessor.h" +#include "MacroArgs.h" #include "clang/Lex/HeaderSearch.h" #include "clang/Lex/MacroInfo.h" #include "clang/Lex/PPCallbacks.h" |