<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 26, 2013 at 11:09 PM, Nick Lewycky <span dir="ltr"><<a href="mailto:nlewycky@google.com" target="_blank" class="cremed">nlewycky@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 class="im">On 26 August 2013 22:53, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com" target="_blank" class="cremed">chandlerc@google.com</a>></span> wrote:<br>
</div><div class="gmail_extra"><div class="gmail_quote"><div class="im">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">I think this case has more problems than just verbosity...</div><div class="gmail_extra">


<br></div><div class="gmail_extra"><div>On Mon, Aug 26, 2013 at 10:38 PM, Nick Lewycky <span dir="ltr"><<a href="mailto:nlewycky@google.com" target="_blank" class="cremed">nlewycky@google.com</a>></span> wrote:<br>

</div><div class="gmail_quote"><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>a.cc:1:56: error: no template named 'Foox'; did you mean 'Foo'?<br>


</div>
<div><div>template <typename T> class Foo {}; class Bar : public Foox {};</div>

<div>[point at 'Foox' suggest 'Foo']</div></div></blockquote><div><br></div></div><div>Why does it assume Foox is a template?</div></div></div></div></blockquote><div><br></div></div><div>It's already proven that it's not not-a-template.</div>
<div class="im">

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div>a.cc:1:29: note: 'Foo' declared here<br></div><div>template <typename T> class Foo {}; class Bar : public Foox {};</div><div>[point at 'Foo']</div>

<div>a.cc:1:56: error: expected template argument list after template-id</div><div>template <typename T> class Foo {}; class Bar : public Foox {};</div><div>[point at 'Foox']</div></div></blockquote></div></div>


<br>
And given that we then hit this error, why do we even consider the Foo typo correction? Do we prefer that over a "Fooxie" class due to shorter edit distance? That doesn't seem right. I would intuitively expect the lack of "<..." to be a stronger signal than any edit distance, and thus disqualify template-ids from the typo correction candidate set.</div>


</div></blockquote><div><br></div></div><div>No. We only go down this patch after we've done a lookup and typo correction on non-templates, and found nothing.</div></div></div></blockquote></div><br>I'm suggesting that a missing header or exceeding the maximum edit distance threshold seems just as plausible as using a template without template arguments. I'm not claiming that I have some strong reason to believe one interpretation or the other to be more likely, only that it doesn't seem clear-cut in either direction to me.</div>
</div>