summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplate.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-08-25 05:32:35 +0000
committerJohn McCall <rjmccall@apple.com>2010-08-25 05:32:35 +0000
commit19c1bfd1b07507cfea3c0f0f64dfaacf5e479afb (patch)
tree1d9ec57e85d0099dc687823611a7db149256ce79 /clang/lib/Sema/SemaTemplate.cpp
parent6490bf6072849ee48b045e096064028e5a43a2cb (diff)
downloadbcm5719-llvm-19c1bfd1b07507cfea3c0f0f64dfaacf5e479afb.tar.gz
bcm5719-llvm-19c1bfd1b07507cfea3c0f0f64dfaacf5e479afb.zip
Move more stuff out of Sema.h.
llvm-svn: 112026
Diffstat (limited to 'clang/lib/Sema/SemaTemplate.cpp')
-rw-r--r--clang/lib/Sema/SemaTemplate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp
index f54b8b02e1d..8826b7f370f 100644
--- a/clang/lib/Sema/SemaTemplate.cpp
+++ b/clang/lib/Sema/SemaTemplate.cpp
@@ -13,6 +13,7 @@
#include "clang/Sema/Lookup.h"
#include "clang/Sema/Scope.h"
#include "clang/Sema/Template.h"
+#include "clang/Sema/TemplateDeduction.h"
#include "TreeTransform.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Expr.h"
@@ -25,6 +26,7 @@
#include "clang/Basic/PartialDiagnostic.h"
#include "llvm/ADT/StringExtras.h"
using namespace clang;
+using namespace sema;
/// \brief Determine whether the declaration found is acceptable as the name
/// of a template and, if so, return that template declaration. Otherwise,
OpenPOWER on IntegriCloud