jakehehrlich added a comment. > I'd like a test for #pragma GCC visibility push(hidden) which should cause > each symbol to be treated as though it were explicitly hidden.
To clarify, this check should still give a warning if the specified variable doesn't actually have that in source code. e.g. simply because "#pragma GCC visibility push(hidden)" was at the top dosn't mean these functions should get a pass. https://reviews.llvm.org/D43392 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits