<div class="gmail_quote">On Thu, Aug 18, 2011 at 2:30 PM, Jordy Rose <span dir="ltr"><<a href="mailto:jediknil@belkadan.com">jediknil@belkadan.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":b5m">Haven't tested it, but it seems like this would also be bad for const/non-const mismatches:<br>
<br>
struct A { int typo() const; };<br>
int A::typo_() { return 3; }</div></blockquote></div><br><div>This is a different issue. We're not correctly recovering after suggesting the fixit hint I think, otherwise we would flag the second error (or more usefully, suppress the typo correction).</div>