Re: [llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp

2007-04-11 Thread Chris Lattner
On Apr 11, 2007, at 1:00 PM, Reid Spencer wrote: > On Wed, 2007-04-11 at 10:35 -0500, Chris Lattner wrote: >> >> Changes in directory llvm/lib/Support: >> >> CommandLine.cpp updated: 1.85 -> 1.86 >> --- >> Log message: >> >> Fix PR1318: http://llvm.org/PR1318 by reacting appropriately to a >>

Re: [llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp

2007-04-11 Thread Reid Spencer
On Wed, 2007-04-11 at 10:35 -0500, Chris Lattner wrote: > > Changes in directory llvm/lib/Support: > > CommandLine.cpp updated: 1.85 -> 1.86 > --- > Log message: > > Fix PR1318: http://llvm.org/PR1318 by reacting appropriately to a mutating > option list. Could you please create a regression