@@ -10419,9 +10419,10 @@ def warn_format_conversion_argument_type_mismatch : Warning<
1041910419def warn_format_conversion_argument_type_mismatch_pedantic : Extension<
1042010420 warn_format_conversion_argument_type_mismatch.Summary>,
1042110421 InGroup<FormatPedantic>;
10422- def warn_format_conversion_argument_type_mismatch_signedness : Warning<
10423- warn_format_conversion_argument_type_mismatch.Summary>,
10424- InGroup<FormatSignedness>, DefaultIgnore;
10422+ def warn_format_conversion_argument_type_mismatch_signedness: Warning<
10423+ "format specifies type %0 but the argument has %select{type|underlying "
10424+ "type}2 %1, which differs in signedness" >
10425+ , InGroup<FormatSignedness>, DefaultIgnore;
1042510426def warn_format_conversion_argument_type_mismatch_confusion : Warning<
1042610427 warn_format_conversion_argument_type_mismatch.Summary>,
1042710428 InGroup<FormatTypeConfusion>, DefaultIgnore;
@@ -10533,8 +10534,10 @@ def warn_format_cmp_sensitivity_mismatch : Warning<
1053310534 "it should be %select{unspecified|private|public|sensitive}1">, InGroup<Format>;
1053410535def warn_format_cmp_specifier_mismatch : Warning<
1053510536 "format specifier '%0' is incompatible with '%1'">, InGroup<Format>;
10536- def warn_format_cmp_specifier_sign_mismatch : Warning<
10537- "signedness of format specifier '%0' is incompatible with '%1'">, InGroup<Format>;
10537+ def warn_format_cmp_specifier_sign_mismatch
10538+ : Warning<"signedness of format specifier '%0' is incompatible with '%1'">,
10539+ InGroup<FormatSignedness>,
10540+ DefaultIgnore;
1053810541def warn_format_cmp_specifier_mismatch_pedantic : Extension<
1053910542 warn_format_cmp_specifier_sign_mismatch.Summary>, InGroup<FormatPedantic>;
1054010543def note_format_cmp_with : Note<
@@ -13529,7 +13532,7 @@ def err_acc_invalid_modifier
1352913532def err_acc_invalid_default_type
1353013533 : Error<"invalid value %0 in '%1' clause; valid values are %2">;
1353113534def err_acc_device_type_multiple_archs
13532- : Error<"OpenACC 'device_type' clause on a 'set ' construct only permits "
13535+ : Error<"OpenACC 'device_type' clause on a '%0 ' construct only permits "
1353313536 "one architecture">;
1353413537def warn_acc_var_referenced_non_const_array
1353513538 : Warning<"variable of array type %0 referenced in OpenACC '%1' clause "
0 commit comments