Re: [llvm-commits] CVS: llvm/include/llvm/System/Path.h

2007-03-29 Thread Reid Spencer
On Thu, 2007-03-29 at 23:28 -0700, Chris Lattner wrote: > On Mar 29, 2007, at 11:17 PM, Reid Spencer wrote: > > > On Thu, 2007-03-29 at 22:59 -0700, Chris Lattner wrote: > >>> > >>> For PR789: http://llvm.org/PR789 : > >>> * Add a method: bool isAbsolute() const, which determines if the > >>> path

Re: [llvm-commits] CVS: llvm/include/llvm/System/Path.h

2007-03-29 Thread Chris Lattner
On Mar 29, 2007, at 11:17 PM, Reid Spencer wrote: > On Thu, 2007-03-29 at 22:59 -0700, Chris Lattner wrote: >>> >>> For PR789: http://llvm.org/PR789 : >>> * Add a method: bool isAbsolute() const, which determines if the >>> path name >>> is absolute or not. >>> * Implement caching of file statu

Re: [llvm-commits] CVS: llvm/include/llvm/System/Path.h

2007-03-29 Thread Reid Spencer
On Thu, 2007-03-29 at 22:59 -0700, Chris Lattner wrote: > > > > For PR789: http://llvm.org/PR789 : > > * Add a method: bool isAbsolute() const, which determines if the > > path name > > is absolute or not. > > * Implement caching of file status information in the Path object. > > Allow it > >

Re: [llvm-commits] CVS: llvm/include/llvm/System/Path.h

2007-03-29 Thread Chris Lattner
> > For PR789: http://llvm.org/PR789 : > * Add a method: bool isAbsolute() const, which determines if the > path name > is absolute or not. > * Implement caching of file status information in the Path object. > Allow it > to be updated forcefully or lazily re-fetched from the cached value.