File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3275,7 +3275,7 @@ def err_attribute_wrong_number_arguments : Error<
3275
3275
def err_attribute_wrong_number_arguments_for : Error <
3276
3276
"%0 attribute references function %1, which %plural{0:takes no arguments|1:takes one argument|"
3277
3277
":takes exactly %2 arguments}2">;
3278
- def err_callback_attribute_wrong_arg_count
3278
+ def err_attribute_wrong_arg_count_for_func
3279
3279
: Error<"%0 attribute references function of type %1 which expects %2 "
3280
3280
"%plural{1:argument|:arguments}2 but attribute specifies %3 "
3281
3281
"parameter index "
@@ -4695,7 +4695,7 @@ def note_protocol_decl : Note<
4695
4695
"protocol is declared here">;
4696
4696
def note_protocol_decl_undefined : Note<
4697
4697
"protocol %0 has no definition">;
4698
- def err_attribute_preferred_name_arg_invalid
4698
+ def err_attribute_not_typedef_for_specialization
4699
4699
: Error<"argument %0 to %1 attribute is not a typedef for "
4700
4700
"a specialization of %2">;
4701
4701
def err_attribute_builtin_alias : Error<
You can’t perform that action at this time.
0 commit comments