Rietveld's upload.py seems to not have included the patch or description when I used it to upload a new patchset to an existing issue. :'(<br><br>The new patch makes use of SFINAETrap to only accept a typo correction and restart the function declaration handling if doing so doesn't trigger additional errors--so no correcting to a declaration with mismatched const qualifiers, etc. While adding the SFINAETrap usage, I also renamed isNearlyMatchingFunction to hasSimilarParameters as I kept having to go look at its body to remember if it checks anything about the two function declarations other than the parameter list. I figured hasSimilarParameters was a much better name for a function that checked if two FunctionDecls take the same number of parameters and that the types of the parameters in each position are the same or nearly so.<br>
<br>Cheers,<br>Kaelyn<br><br><div class="gmail_quote">On Wed, Aug 24, 2011 at 12:57 PM,  <span dir="ltr"><<a href="mailto:rikka@google.com">rikka@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><a href="http://codereview.appspot.com/4929043/" target="_blank">http://codereview.appspot.com/<u></u>4929043/</a><br>
</div></div></blockquote></div><br>