[llvm-commits] [llvm] r64448 - /llvm/trunk/lib/Support/MemoryBuffer.cpp

Mike Stump mrs at apple.com
Fri Feb 13 06:31:08 PST 2009


On Feb 13, 2009, at 12:24 AM, Evan Cheng wrote:
> Switch from new[] + delete[] to malloc + free since llvm does not  
> catch C++ exceptions.

As an added bonus new nothrow never throws exceptions.



More information about the llvm-commits mailing list