First version of a class to represent the notion of an operating system
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 Aug 2004 08:13:01 +0000 (08:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 Aug 2004 08:13:01 +0000 (08:13 +0000)
commitd5cda8799577663d82ca5753e05f441dab40ba12
tree0a49c31bc04b925fde0938dc07abb71db56d30ee
parentda5f2abcb7617b95b94f6b2ad84ca9848a662e85
First version of a class to represent the notion of an operating system
path to a file or directory and some rudimentary operations on them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15762 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Path.h [new file with mode: 0644]