<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jan 20, 2014 at 12:26 PM, Alp Toker <span dir="ltr"><<a href="mailto:alp@nuanti.com" target="_blank">alp@nuanti.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: alp<br>
Date: Mon Jan 20 14:26:09 2014<br>
New Revision: 199686<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=199686&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=199686&view=rev</a><br>
Log:<br>
Rename FunctionProtoType accessors from 'arguments' to 'parameters'<br>
<br>
Fix a perennial source of confusion in the clang type system: Declarations and<br>
function prototypes have parameters to which arguments are supplied, so calling<br>
these 'arguments' was a stretch even in C mode, let alone C++ where default<br>
arguments, templates and overloading make the distinction important to get<br>
right.<br>
<br>
Readability win across the board, especially in the casting, ADL and<br>
overloading implementations which make a lot more sense at a glance now.<br>
<br>
Will keep an eye on the builders and update dependent projects shortly.<br>
<br>
No functional change.</blockquote><div>[...]</div><div><br></div><div>Thank you! =) </div></div></div></div>