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
t.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
