[cfe-commits] r142803 -	/cfe/trunk/lib/CodeGen/CodeGenFunction.cpp
    Benjamin Kramer 
    benny.kra at googlemail.com
       
    Mon Oct 24 14:49:09 PDT 2011
    
    
  
On 24.10.2011, at 19:29, David Blaikie <dblaikie at gmail.com> 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
    
    
More information about the cfe-commits
mailing list