[patch] Fix linkage computation for local types in template functions

Richard Smith richard at metafoo.co.uk
Mon Jun 3 23:25:27 PDT 2013


On Mon, Jun 3, 2013 at 9:52 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> Template functions present the same problem as inline functions. They
> need to be uniqued, so we need to assign VisibleNoLinkage linkage to
> types defined in them.


Thanks, LGTM. A test for the case where the function is a non-inline member
function of a class template would be great, too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130603/f086fba0/attachment.html>


More information about the cfe-commits mailing list