Add two more missing parameters in diagnostics.

llvm-svn: 160264
This commit is contained in:
Daniel Jasper 2012-07-16 12:12:45 +00:00
parent 1c2f27c062
commit b45e7e9191
1 changed files with 2 additions and 2 deletions

View File

@ -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 $|"