[cfe-commits] r160264 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Daniel Jasper
djasper at google.com
Mon Jul 16 05:12:46 PDT 2012
Author: djasper
Date: Mon Jul 16 07:12:45 2012
New Revision: 160264
URL: http://llvm.org/viewvc/llvm-project?rev=160264&view=rev
Log:
Add two more missing parameters in diagnostics.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=160264&r1=160263&r2=160264&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Mon Jul 16 07:12:45 2012
@@ -4568,7 +4568,7 @@
"|%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 @@
"|%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 $|"
More information about the cfe-commits
mailing list