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

Chris Lattner clattner at apple.com
Tue Mar 31 17:53:39 PDT 2009


On Mar 30, 2009, at 10:06 AM, Mike Stump wrote:

> 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.

That sucks.

>> Why should this exist?
>
> I put it in so that we could handle -foption and -fno-option style  
> options.

Lets remove it when the clang driver starts handling this.

-Chris



More information about the llvm-commits mailing list