Skip to content

Commit bb74800

Browse files
committed
Add a comment.
1 parent 72d7dc4 commit bb74800

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-1
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9713,7 +9713,7 @@ class Sema final {
97139713
/// not already done so.
97149714
void DeclareImplicitDeductionGuides(TemplateDecl *Template,
97159715
SourceLocation Loc);
9716-
/// Declare aggregate deduction guides.
9716+
97179717
FunctionTemplateDecl *DeclareAggregateDeductionGuideFromInitList(
97189718
TemplateDecl *Template, MutableArrayRef<QualType> ParamTypes,
97199719
SourceLocation Loc);

0 commit comments

Comments
 (0)