aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiate.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2011-01-24 16:26:15 +0000
committerAnders Carlsson <andersca@mac.com>2011-01-24 16:26:15 +0000
commitcb88a1f968c3d4eb451dafb421a8d9578edcbf1a (patch)
treec3a526323d5b899cbad4202ad847d83db35f15c6 /lib/Sema/SemaTemplateInstantiate.cpp
parent8dde14e7f43a4b29e592b3e8e576eb467ddb6c6e (diff)
Use attributes for all the override control specifiers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r--lib/Sema/SemaTemplateInstantiate.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp
index 2102073682..45fde296e3 100644
--- a/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/lib/Sema/SemaTemplateInstantiate.cpp
@@ -1640,9 +1640,6 @@ Sema::InstantiateClass(SourceLocation PointOfInstantiation,
Instantiation->setTagKind(Pattern->getTagKind());
- Instantiation->setIsMarkedFinal(Pattern->isMarkedFinal());
- Instantiation->setIsMarkedExplicit(Pattern->isMarkedExplicit());
-
// Do substitution on the base class specifiers.
if (SubstBaseSpecifiers(Instantiation, Pattern, TemplateArgs))
Invalid = true;