[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-commits
Subject:    [cfe-commits] r159478 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
From:       Matt Beaumont-Gay <matthewbg () google ! com>
Date:       2012-06-30 1:37:38
Message-ID: 20120630013738.ACFD22A6C065 () llvm ! org
[Download RAW message or body]

Author: matthewbg
Date: Fri Jun 29 20:37:38 2012
New Revision: 159478

URL: http://llvm.org/viewvc/llvm-project?rev=159478&view=rev
Log:
Add a missing argument index, wordsmith a little, and 80(ish) columns

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=159478&r1=159477&r2=159478&view=diff
 ==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri Jun 29 20:37:38 2012
@@ -1159,12 +1159,14 @@
   "%select{non-const|volatile}0 lvalue reference %diff{to type $ cannot bind "
   "to a temporary of type $|cannot bind to incompatible temporary}1,2">;
 def err_lvalue_reference_bind_to_unrelated : Error<
-  "%select{non-const|volatile}0 lvalue reference %diff{to type $ cannot bind to a \
value of unrelated type $|cannot bind to a value of unrelated type}1,2">; +  \
"%select{non-const|volatile}0 lvalue reference %diff{to type $ cannot bind " +  "to a \
value of unrelated type $|cannot bind to a value of unrelated type}1,2">;  def \
err_reference_bind_drops_quals : Error<  "binding of reference %diff{to type $ to a \
value of type $ drops "  "qualifiers|drops qualifiers}0,1">;
 def err_reference_bind_failed : Error<
-  "reference %diff{to type $ could not bind to an %select{rvalue|lvalue}1 of type \
$|could not bind to %select{rvalue|lvalue}}0,2">; +  "reference %diff{to type $ could \
not bind to an %select{rvalue|lvalue}1 of " +  "type $|could not bind to \
%select{rvalue|lvalue}1 of incompatible type}0,2">;  def err_reference_bind_init_list \
: Error<  "reference to type %0 cannot bind to an initializer list">;
 def warn_temporary_array_to_pointer_decay : Warning<


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic