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 @@ -5316,11 +5316,8 @@ def NonString : InheritableAttr {
53165316
53175317def 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}
Original file line number Diff line number Diff 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
1302413024def warn_sycl_kernel_num_of_template_params : Warning<
You can’t perform that action at this time.
0 commit comments