New<A> used to return an A&; now it returns an OwningPtr<A>
to force better ownership tracking of allocations. Its API
has also been split into New<A> and SizedNew<A> to allow
allocations with a size override.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo