summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-25 08:40:02 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-25 08:40:02 +0000
commitaab3e41eb2391fd6aeb6ff65adc78cf3d015af9f (patch)
tree6eae086730849fcad1e21036c70a3275857e18cd /clang/lib/Sema/TreeTransform.h
parentcfe41db403840e4b929db3e92f938f3da01bd772 (diff)
downloadbcm5719-llvm-aab3e41eb2391fd6aeb6ff65adc78cf3d015af9f.tar.gz
bcm5719-llvm-aab3e41eb2391fd6aeb6ff65adc78cf3d015af9f.zip
Split FunctionScopeInfo and BlockScopeInfo into their own header.
llvm-svn: 112038
Diffstat (limited to 'clang/lib/Sema/TreeTransform.h')
-rw-r--r--clang/lib/Sema/TreeTransform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Sema/TreeTransform.h b/clang/lib/Sema/TreeTransform.h
index fe1f6b96e86..432caa73294 100644
--- a/clang/lib/Sema/TreeTransform.h
+++ b/clang/lib/Sema/TreeTransform.h
@@ -16,6 +16,7 @@
#include "clang/Sema/Sema.h"
#include "clang/Sema/Lookup.h"
#include "clang/Sema/SemaDiagnostic.h"
+#include "clang/Sema/ScopeInfo.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Expr.h"
@@ -32,6 +33,7 @@
#include <algorithm>
namespace clang {
+using namespace sema;
/// \brief A semantic tree transformation that allows one to transform one
/// abstract syntax tree into another.
OpenPOWER on IntegriCloud