[llvm-commits] [llvm] r67892 - in /llvm/trunk: include/llvm/Support/CommandLine.h lib/Support/CommandLine.cpp

Mike Stump mrs at apple.com
Mon Mar 30 10:06:18 PDT 2009


On Mar 27, 2009, at 7:09 PM, Chris Lattner wrote:
> Mike, who delete[]'s the string that is new'd in this code?

It leaks.

> Why should this exist?

I put it in so that we could handle -foption and -fno-option style  
options.



More information about the llvm-commits mailing list