On 24.10.2011, at 19:29, David Blaikie <[email protected]> wrote:

>> Fix mismatched new[]/delete[].
> 
> Is there a scoped/owning pointer that handles delete[] in the LLVM
> support libraries that could be used here?

There is llvm::OwningArrayPtr for that. Maybe this code should just use a 
SmallVector though ...

- Ben
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to