]> granicus.if.org Git - clang/commitdiff
Add two more missing parameters in diagnostics.
authorDaniel Jasper <djasper@google.com>
Mon, 16 Jul 2012 12:12:45 +0000 (12:12 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 16 Jul 2012 12:12:45 +0000 (12:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160264 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 4c07fc6fa62081f955e8e9e9aa5304a420d8d421..5891274238bbca07ea15b9452df9fcefc796044a 100644 (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 $|"