Reflow some comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71936 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp
index 9503ad9..a5411bd 100644
--- a/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/lib/Sema/SemaTemplateInstantiate.cpp
@@ -502,8 +502,7 @@
}
}
- // FIXME: We're missing the locations of the template name, '<', and
- // '>'.
+ // FIXME: We're missing the locations of the template name, '<', and '>'.
TemplateName Name = SemaRef.InstantiateTemplateName(T->getTemplateName(),
Loc,
@@ -752,9 +751,8 @@
Fields.push_back(DeclPtrTy::make(Field));
} else {
// FIXME: Eventually, a NULL return will mean that one of the
- // instantiations was a semantic disaster, and we'll want to set
- // Invalid = true. For now, we expect to skip some members that
- // we can't yet handle.
+ // instantiations was a semantic disaster, and we'll want to set Invalid =
+ // true. For now, we expect to skip some members that we can't yet handle.
}
}
@@ -790,12 +788,11 @@
if (ClassTemplateSpec->getSpecializationKind() != TSK_Undeclared)
return true;
- // FIXME: Push this class template instantiation onto the
- // instantiation stack, checking for recursion that exceeds a
- // certain depth.
+ // FIXME: Push this class template instantiation onto the instantiation stack,
+ // checking for recursion that exceeds a certain depth.
- // FIXME: Perform class template partial specialization to select
- // the best template.
+ // FIXME: Perform class template partial specialization to select the best
+ // template.
ClassTemplateDecl *Template = ClassTemplateSpec->getSpecializedTemplate();
CXXRecordDecl *Pattern = Template->getTemplatedDecl();
@@ -977,9 +974,8 @@
- // FIXME: Even if we're referring to a Decl that isn't a template
- // template parameter, we may need to instantiate the outer contexts
- // of that Decl. However, this won't be needed until we implement
- // member templates.
+ // FIXME: Even if we're referring to a Decl that isn't a template template
+ // parameter, we may need to instantiate the outer contexts of that
+ // Decl. However, this won't be needed until we implement member templates.
return Name;
}