Skip to content

Commit 2625012

Browse files
committed
clang-format
1 parent 08662d7 commit 2625012

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5316,11 +5316,8 @@ def NonString : InheritableAttr {
53165316

53175317
def ModularFormat : InheritableAttr {
53185318
let Spellings = [Clang<"modular_format">];
5319-
let Args = [
5320-
IdentifierArgument<"ModularImplFn">,
5321-
StringArgument<"ImplName">,
5322-
VariadicStringArgument<"Aspects">
5323-
];
5319+
let Args = [IdentifierArgument<"ModularImplFn">, StringArgument<"ImplName">,
5320+
VariadicStringArgument<"Aspects">];
53245321
let Subjects = SubjectList<[Function]>;
53255322
let Documentation = [ModularFormatDocs];
53265323
}

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13017,8 +13017,8 @@ def err_get_vtable_pointer_requires_complete_type
1301713017
: Error<"__builtin_get_vtable_pointer requires an argument with a complete "
1301813018
"type, but %0 is incomplete">;
1301913019

13020-
def err_modular_format_attribute_no_format : Error<
13021-
"'modular_format' attribute requires 'format' attribute">;
13020+
def err_modular_format_attribute_no_format
13021+
: Error<"'modular_format' attribute requires 'format' attribute">;
1302213022

1302313023
// SYCL-specific diagnostics
1302413024
def warn_sycl_kernel_num_of_template_params : Warning<

0 commit comments

Comments
 (0)