forked from OSchip/llvm-project
Add two more missing parameters in diagnostics.
llvm-svn: 160264
This commit is contained in:
parent
1c2f27c062
commit
b45e7e9191
|
@ -4568,7 +4568,7 @@ def err_typecheck_convert_incompatible : Error<
|
|||
"|%diff{returning $ from a function with incompatible result type $|"
|
||||
"returning type from a function with incompatible result type}0,1"
|
||||
"|%diff{converting $ to incompatible type $|"
|
||||
"converting type to incompatible type}"
|
||||
"converting type to incompatible type}0,1"
|
||||
"|%diff{initializing $ with an expression of incompatible type $|"
|
||||
"initializing type with an expression of incompatible type}0,1"
|
||||
"|%diff{sending $ to parameter of incompatible type $|"
|
||||
|
@ -4601,7 +4601,7 @@ def warn_incompatible_qualified_id : Warning<
|
|||
"|%diff{returning $ from a function with incompatible result type $|"
|
||||
"returning type from a function with incompatible result type}0,1"
|
||||
"|%diff{converting $ to incompatible type $|"
|
||||
"converting type to incompatible type}"
|
||||
"converting type to incompatible type}0,1"
|
||||
"|%diff{initializing $ with an expression of incompatible type $|"
|
||||
"initializing type with an expression of incompatible type}0,1"
|
||||
"|%diff{sending $ to parameter of incompatible type $|"
|
||||
|
|
Loading…
Reference in New Issue