File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -5320,11 +5320,8 @@ def NonString : InheritableAttr {
53205320
53215321def 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}
Original file line number Diff line number Diff 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
1303813038def warn_sycl_kernel_num_of_template_params : Warning<
You can’t perform that action at this time.
0 commit comments