Skip to content

Commit 909fbc5

Browse files
committed
clang-format
1 parent 51b9412 commit 909fbc5

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
@@ -5320,11 +5320,8 @@ def NonString : InheritableAttr {
53205320

53215321
def ModularFormat : InheritableAttr {
53225322
let Spellings = [Clang<"modular_format">];
5323-
let Args = [
5324-
IdentifierArgument<"ModularImplFn">,
5325-
StringArgument<"ImplName">,
5326-
VariadicStringArgument<"Aspects">
5327-
];
5323+
let Args = [IdentifierArgument<"ModularImplFn">, StringArgument<"ImplName">,
5324+
VariadicStringArgument<"Aspects">];
53285325
let Subjects = SubjectList<[Function]>;
53295326
let Documentation = [ModularFormatDocs];
53305327
}

clang/include/clang/Basic/DiagnosticSemaKinds.td

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

13034-
def err_modular_format_attribute_no_format : Error<
13035-
"'modular_format' attribute requires 'format' attribute">;
13034+
def err_modular_format_attribute_no_format
13035+
: Error<"'modular_format' attribute requires 'format' attribute">;
1303613036

1303713037
// SYCL-specific diagnostics
1303813038
def warn_sycl_kernel_num_of_template_params : Warning<

0 commit comments

Comments
 (0)