[llvm-commits] CVS: llvm/include/llvm/System/Path.h
Chris Lattner
clattner at apple.com
Thu Mar 29 22:59:48 PDT 2007
>
> 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.
Nice. Instead of new'ing the status object separately from the Path
object, why not embed it by-value?
-Chris
More information about the llvm-commits
mailing list