Displaying 2 results from an estimated 2 matches for "e0b51d25".
2009 May 14
0
[LLVMdev] Removing std::vector from APIs (was Re: Mutating the elements of a ConstantArray)
...t version of "get" that
returns the empty struct? That would allow code to use
StructType::get().
Thanks for working on this Jay!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090514/e0b51d25/attachment.html>
2009 May 14
2
[LLVMdev] Removing std::vector from APIs (was Re: Mutating the elements of a ConstantArray)
2009/4/1 Chris Lattner <clattner at apple.com>:
> As far API design goes, we're in a mixed state. I'd strongly prefer
> to get rid of std::vector from the various interfaces, f.e. creating a
> constant array currently requires passing in an std::vector. For
> these sorts of interfaces, we should migrate to passing in a "Constant
> *const* / unsigned" pair.