@@ -358,8 +358,8 @@ struct TemplateParameterListBuilder {
358
358
structure is what we're trying to construct below, specifically the
359
359
CSE portion.
360
360
*/
361
- ConceptSpecializationExpr *constructConceptSpecializationExpr (Sema &S,
362
- ConceptDecl *CD) {
361
+ ConceptSpecializationExpr *
362
+ constructConceptSpecializationExpr (Sema &S, ConceptDecl *CD) {
363
363
ASTContext &Context = S.getASTContext ();
364
364
SourceLocation Loc = Builder.Record ->getBeginLoc ();
365
365
DeclarationNameInfo DNI (CD->getDeclName (), Loc);
@@ -582,8 +582,9 @@ static BuiltinTypeDeclBuilder setupBufferType(CXXRecordDecl *Decl, Sema &S,
582
582
.addDefaultHandleConstructor (S, RC);
583
583
}
584
584
585
- BinaryOperator *constructSizeOfLEQ16Expr (ASTContext &Context, SourceLocation NameLoc,
586
- TemplateTypeParmDecl *T) {
585
+ BinaryOperator *constructSizeOfLEQ16Expr (ASTContext &Context,
586
+ SourceLocation NameLoc,
587
+ TemplateTypeParmDecl *T) {
587
588
// Obtain the QualType for 'unsigned long'
588
589
QualType UnsignedLongType = Context.UnsignedLongTy ;
589
590
@@ -619,7 +620,7 @@ BinaryOperator *constructSizeOfLEQ16Expr(ASTContext &Context, SourceLocation Nam
619
620
}
620
621
621
622
Expr *constructTypedBufferConstraintExpr (Sema &S, SourceLocation NameLoc,
622
- TemplateTypeParmDecl *T) {
623
+ TemplateTypeParmDecl *T) {
623
624
ASTContext &Context = S.getASTContext ();
624
625
625
626
// first get the "sizeof(T) <= 16" expression, as a binary operator
0 commit comments