[PATCH] D27430: [libc++] Annotate template methods with visibility
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 18:04:54 PST 2016
smeenai planned changes to this revision.
smeenai added a comment.
Hidden visibility also requires extern template declarations to expand to default visibility (as opposed to just default type visibility) to be feasible. Will fix annotations there and add those to this diff.
https://reviews.llvm.org/D27430
More information about the cfe-commits
mailing list