For PR789:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 29 Mar 2007 16:43:20 +0000 (16:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 29 Mar 2007 16:43:20 +0000 (16:43 +0000)
commit69cce815e7414ad9a186920c78890c852986d6bf
tree1e40f9377343d63797382c56cda19544249b599f
parent585e0882c38516b52e67eb0b22c91c72c10ce9a4
For 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35456 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h
lib/System/Unix/Path.inc
lib/System/Win32/Path.inc