Move the MacroBuilder utilitiy to its own header. Update references.

Comments and/or improvements to the documentation are welcome.

llvm-svn: 93982
This commit is contained in:
Chandler Carruth
2010-01-20 06:13:02 +00:00
parent 415763612a
commit 26b29a0892
4 changed files with 49 additions and 24 deletions

View File

@@ -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"