[cfe-commits] r160263 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Daniel Jasper djasper at google.com
Mon Jul 16 04:51:49 PDT 2012


Author: djasper
Date: Mon Jul 16 06:51:49 2012
New Revision: 160263

URL: http://llvm.org/viewvc/llvm-project?rev=160263&view=rev
Log:
Fix diagnostic adding missing parameter.

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=160263&r1=160262&r2=160263&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Mon Jul 16 06:51:49 2012
@@ -1141,7 +1141,7 @@
   "exception object|a member subobject|an array element|a new value|a value|a "
   "base class|a constructor delegation|a vector element}0 "
   "%diff{of type $ with an %select{rvalue|lvalue}2 of type $|"
-  "with an %select{rvalue|lvalue} of incompatible type}1,3"
+  "with an %select{rvalue|lvalue}2 of incompatible type}1,3"
   "%select{|: different classes%diff{ ($ vs $)|}5,6"
   "|: different number of parameters (%5 vs %6)"
   "|: type mismatch at %ordinal5 parameter%diff{ ($ vs $)|}6,7"





More information about the cfe-commits mailing list