diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-21 16:25:11 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-21 16:25:11 +0000 |
commit | 45db71d295cfda888a6187d950bba695ce21a287 (patch) | |
tree | 8c6c2ed34e2f6bdb7cee25449494e433f2659c2a /lib/Parse/ParseTemplate.cpp | |
parent | 8593c7810fba6548679e7c89d8eaccebf4d5ec20 (diff) |
Merge the ASTVector and ASTOwningVector templates, since they offered
redundant functionality. The result (ASTOwningVector) lives in
clang/Parse/Ownership.h and is used by both the parser and semantic
analysis. No intended functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseTemplate.cpp')
-rw-r--r-- | lib/Parse/ParseTemplate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Parse/ParseTemplate.cpp b/lib/Parse/ParseTemplate.cpp index f23f8c0c83..2a79b99d29 100644 --- a/lib/Parse/ParseTemplate.cpp +++ b/lib/Parse/ParseTemplate.cpp @@ -15,7 +15,6 @@ #include "clang/Parse/ParseDiagnostic.h" #include "clang/Parse/DeclSpec.h" #include "clang/Parse/Scope.h" -#include "AstGuard.h" using namespace clang; /// \brief Parse a template declaration, explicit instantiation, or |