[cfe-commits] r160264 -

David Blaikie dblaikie at gmail.com
Mon Jul 16 08:02:28 PDT 2012


 /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit

Are these missing sufficiently precise/constrained test cases?
From: Daniel Jasper
Sent: 7/16/2012 5:14 AM
To: cfe-commits at cs.uiuc.edu
Subject: [cfe-commits] r160264
- /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
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 $|"


_______________________________________________
cfe-commits mailing list
cfe-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list