File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,13 +393,13 @@ struct TemplateParameterListBuilder {
393393 QualType ConceptTType = Context.getTypeDeclType (ConceptTTPD);
394394
395395 // this is the 2nd template argument node, on which
396- // the concept constraint is actually being applied, 'element_type'
396+ // the concept constraint is actually being applied: 'element_type'
397397 TemplateArgument ConceptTA = TemplateArgument (ConceptTType);
398398
399399 QualType CSETType = Context.getTypeDeclType (T);
400400
401401 // this is the 1st template argument node, which represents
402- // the abstract type that a concept would refer to, 'T'
402+ // the abstract type that a concept would refer to: 'T'
403403 TemplateArgument CSETA = TemplateArgument (CSETType);
404404
405405 ImplicitConceptSpecializationDecl *ImplicitCSEDecl =
You can’t perform that action at this time.
0 commit comments