File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ enum class CombineSubstitutionMaps {
52
52
// / any entity that can reference type parameters, e.g., types (via
53
53
// / Type::subst()) and conformances (via ProtocolConformanceRef::subst()).
54
54
// /
55
- // / SubstitutionMaps are constructed by calling the getSubstitutionMap() method
56
- // / on a GenericSignature or (equivalently) by calling one of the static
57
- // / \c SubstitutionMap::get() methods. However, most substitution maps are
55
+ // / SubstitutionMaps are constructed by calling the an overload of the static
56
+ // / method \c SubstitutionMap::get(). However, most substitution maps are
58
57
// / computed using higher-level entry points such as
59
- // / TypeBase::getMemberSubstitutionMap ().
58
+ // / TypeBase::getContextSubstitutionMap ().
60
59
// /
61
60
// / Substitution maps are ASTContext-allocated and are uniqued on construction,
62
61
// / so they can be used as fields in AST nodes.
You can’t perform that action at this time.
0 commit comments