[patch] Fix PR16060

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed May 29 19:19:19 PDT 2013


The testcase in PR16060 points out that while template arguments can
show that a type is not externally visible, the standards still says
they have external linkage.

In terms of our implementation, it means that we should merge just the
isExternallyVisible bit, not the formal linkage.

This patch does just that. Suggestion for a less confusing name than
LinkageVisibility are welcome!

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 3256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130529/ff8e53ec/attachment.obj>


More information about the cfe-commits mailing list