aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiate.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-05-19 17:02:24 +0000
committerDouglas Gregor <dgregor@apple.com>2010-05-19 17:02:24 +0000
commit4469e8a97cdca3725b4f8f366916143113c029ac (patch)
tree502d7323991b33c462458ee925a686ff71f3d8d4 /lib/Sema/SemaTemplateInstantiate.cpp
parent6349ce94d1b4fa560bf060c5ca5ad5728ce4fad9 (diff)
Revert r104106; it's breaking linking of Boost.Serialization.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r--lib/Sema/SemaTemplateInstantiate.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp
index e385585a52..0e4dfcb14c 100644
--- a/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/lib/Sema/SemaTemplateInstantiate.cpp
@@ -1036,9 +1036,7 @@ ParmVarDecl *Sema::SubstParmVarDecl(ParmVarDecl *OldParm,
OldParm->getStorageClassAsWritten());
if (!NewParm)
return 0;
-
- // FIXME: Instantiate attributes
-
+
// Mark the (new) default argument as uninstantiated (if any).
if (OldParm->hasUninstantiatedDefaultArg()) {
Expr *Arg = OldParm->getUninstantiatedDefaultArg();