search for: 9914a6cf

Displaying 2 results from an estimated 2 matches for "9914a6cf".

2012 Feb 07
0
[LLVMdev] Static ctors in llvm::Attribute
...ed > Attributes objects). > > If the approach is ok, I'll this patch (formatted and commented) for > further review. > > --kcc > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120207/9914a6cf/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: attr.patch Type: text/x-patch Size: 8440 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120207/9914a6cf/attachment.bin>
2012 Feb 07
2
[LLVMdev] Static ctors in llvm::Attribute
On Tue, Feb 7, 2012 at 12:53 PM, Kostya Serebryany <kcc at google.com> wrote: > I see the problem. > Let me try to come up with a solution that does not involve constructors > but also does not sacrifice type safety. > > > I have a patch that uses a proxy POD type. 'make && make check' passes. It's a bit ugly in the header file