summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-04-22 23:35:25 +0000
committerDouglas Gregor <dgregor@apple.com>2010-04-22 23:35:25 +0000
commitff1915208d94a3a2876dc5d794a27bba44a1c8ae (patch)
treee09032e26618182caef70b2362beb579af27d6dd /clang/lib/AST
parent825cb299cd2789d2fced2d5c494bd73b490e78e6 (diff)
downloadbcm5719-llvm-ff1915208d94a3a2876dc5d794a27bba44a1c8ae.tar.gz
bcm5719-llvm-ff1915208d94a3a2876dc5d794a27bba44a1c8ae.zip
Make TemplateDecl and ObjCContainerDecl abstract
llvm-svn: 102145
Diffstat (limited to 'clang/lib/AST')
-rw-r--r--clang/lib/AST/Decl.cpp1
-rw-r--r--clang/lib/AST/DeclBase.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp
index b11f61757db..1d94c20ef80 100644
--- a/clang/lib/AST/Decl.cpp
+++ b/clang/lib/AST/Decl.cpp
@@ -297,7 +297,6 @@ Linkage NamedDecl::getLinkage() const {
case Decl::ObjCCategoryImpl:
case Decl::ObjCClass:
case Decl::ObjCCompatibleAlias:
- case Decl::ObjCContainer:
case Decl::ObjCForwardProtocol:
case Decl::ObjCImplementation:
case Decl::ObjCInterface:
diff --git a/clang/lib/AST/DeclBase.cpp b/clang/lib/AST/DeclBase.cpp
index b1585a3078f..61d22b9d707 100644
--- a/clang/lib/AST/DeclBase.cpp
+++ b/clang/lib/AST/DeclBase.cpp
@@ -238,7 +238,6 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
case ParmVar:
case NonTypeTemplateParm:
case ObjCMethod:
- case ObjCContainer:
case ObjCInterface:
case ObjCProperty:
case ObjCCompatibleAlias:
@@ -269,7 +268,6 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
return IDNS_Tag;
case Namespace:
- case Template:
case FunctionTemplate:
case ClassTemplate:
case TemplateTemplateParm:
OpenPOWER on IntegriCloud