[cfe-commits] Patch - PR9548 - "no known conversion from 'vector<string>' to 'vector<string>'"
Sebastian Redl
sebastian.redl at getdesigned.at
Tue Apr 26 02:22:36 PDT 2011
On 26.04.2011 05:38, Richard Trieu wrote:
> Ping. Any comments on this patch?
>
> On Fri, Apr 15, 2011 at 10:25 PM, Richard Trieu <rtrieu at google.com
> <mailto:rtrieu at google.com>> wrote:
>
> See http://llvm.org/bugs/show_bug.cgi?id=9548
>
> When two different types has the same text representation in the
> same diagnostic message, print an a.k.a. after the type if the
> a.k.a. gives extra information about the type.
>
Is this the best way to do it? Can we be less eager about this, i.e.
determine whether we need the AKA when generating the string instead of
when adding the argument?
Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110426/e760bc4a/attachment.html>
More information about the cfe-commits
mailing list