add a new static method to portably determine whether a patch is
authorChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 04:17:07 +0000 (04:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Jun 2009 04:17:07 +0000 (04:17 +0000)
commit88d7e403d02ad9ef72972b22c0fd2975d5a38bfd
treed5366ad1caad8d15bb8d2d844f4ec074ed33b6d2
parente4935150c71170ee0aa174e08282a6913148c04c
add a new static method to portably determine whether a patch is
absolute or not, based on a patch by Gregory Curfman!

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