Skip to content

Commit 1722578

Browse files
committed
nfc to kick off bots again
1 parent fae51c5 commit 1722578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 =

0 commit comments

Comments
 (0)