[cfe-commits] r90021 - /cfe/trunk/lib/CodeGen/CGVtable.cpp
Anders Carlsson
andersca at mac.com
Fri Nov 27 14:40:52 PST 2009
27 nov 2009 kl. 14.39 skrev Chris Lattner:
>
> On Nov 27, 2009, at 2:21 PM, Anders Carlsson wrote:
>
>> Author: andersca
>> Date: Fri Nov 27 16:21:51 2009
>> New Revision: 90021
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=90021&view=rev
>> Log:
>> Move the vtable builder to an anonymous namespace.
>
> Hey Anders,
>
> There's no need to use VISIBILITY_HIDDEN anymore in .cpp files,
>
> -Chris
Good to know, I'll remove them (and any other VISIBILITY_HIDDEN declarations I see in anonymous namespaces in .cpp files).
Thanks,
Anders
More information about the cfe-commits
mailing list