diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2010-01-20 06:13:02 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2010-01-20 06:13:02 +0000 |
commit | 103b71c37a3c3a3da7128c1d0232a89b1e8d0d90 (patch) | |
tree | 99badc9987878bb575cd9b4ab30204e80ccb3f42 /lib/Frontend/InitPreprocessor.cpp | |
parent | 066515feea9af5319c138ff4db99081c7686c5b1 (diff) |
Move the MacroBuilder utilitiy to its own header. Update references.
Comments and/or improvements to the documentation are welcome.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/InitPreprocessor.cpp')
-rw-r--r-- | lib/Frontend/InitPreprocessor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Frontend/InitPreprocessor.cpp b/lib/Frontend/InitPreprocessor.cpp index f2eb4e642b..32363eed20 100644 --- a/lib/Frontend/InitPreprocessor.cpp +++ b/lib/Frontend/InitPreprocessor.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "clang/Frontend/Utils.h" +#include "clang/Basic/MacroBuilder.h" #include "clang/Basic/TargetInfo.h" #include "clang/Frontend/FrontendDiagnostic.h" #include "clang/Frontend/FrontendOptions.h" |