search for: d46ee471

Displaying 2 results from an estimated 2 matches for "d46ee471".

2012 Feb 07
2
[LLVMdev] Static ctors in llvm::Attribute
On Feb 7, 2012, at 2:07 PM, Kostya Serebryany wrote: > Slightly formatted/commented patch. > WDYT? This seems to work fine, except that reading a field from a const AttrConst is not a constant expression in C++03, so the "set" declarations (ParameterOnly, FunctionOnly, VarArgsIncompatible, and MutuallyIncompatible) still require a global constructor. You can split the values
2012 Feb 08
0
[LLVMdev] Static ctors in llvm::Attribute
...9; declarations and > use those; it makes the header even uglier, but it works. > like this (see the new patch)? --kcc > > John. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120207/d46ee471/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: attr.patch Type: text/x-patch Size: 8619 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120207/d46ee471/attachment.bin>