summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-02-04 19:02:06 +0000
committerDouglas Gregor <dgregor@apple.com>2009-02-04 19:02:06 +0000
commitded2d7b0211a96f70392e829b399546453dff40e (patch)
tree9fdfcd217f54a65240b978e11fdfd832c1eeadca /clang/lib/AST/Expr.cpp
parentcddff7fd625896d7ef1e8c430eb1ef819efe6b52 (diff)
downloadbcm5719-llvm-ded2d7b0211a96f70392e829b399546453dff40e.tar.gz
bcm5719-llvm-ded2d7b0211a96f70392e829b399546453dff40e.zip
Basic representation of C++ class templates, from Andrew Sutton.
llvm-svn: 63750
Diffstat (limited to 'clang/lib/AST/Expr.cpp')
-rw-r--r--clang/lib/AST/Expr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/Expr.cpp b/clang/lib/AST/Expr.cpp
index 35384d880c9..ce13c34012a 100644
--- a/clang/lib/AST/Expr.cpp
+++ b/clang/lib/AST/Expr.cpp
@@ -16,6 +16,7 @@
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclCXX.h"
+#include "clang/AST/DeclTemplate.h"
#include "clang/AST/RecordLayout.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Basic/TargetInfo.h"
OpenPOWER on IntegriCloud