[cfe-commits] r160034 - in /cfe/trunk: lib/Sema/SemaDecl.cpp test/CodeGenCXX/visibility.cpp

John McCall rjmccall at apple.com
Tue Jul 10 20:15:51 PDT 2012


On Jul 10, 2012, at 7:15 PM, Rafael Espindola wrote:
> Author: rafael
> Date: Tue Jul 10 21:15:51 2012
> New Revision: 160034
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=160034&view=rev
> Log:
> Don't process #pragma visibility during instantiation. The visibility of the
> instantiation depends on the template, its arguments and parameters, but not
> where it is instantiated.

Does this do the right thing for explicit specializations?

John.



More information about the cfe-commits mailing list