summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Path.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-111-10/+0
| | | | | | | platforms. Implement GetLLVMSuffix function for the Path concept. llvm-svn: 16292
* Correct the vim: specificationReid Spencer2004-08-291-1/+1
| | | | llvm-svn: 16087
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-28/+7
| | | | | | | | note individually but these essence of it is to not derive from std::string, clarify the interface, and provide better documentation. There is now also (untested) implementations for AIX, Darwin, and SunOS. llvm-svn: 16078
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-251-0/+60
| | | | llvm-svn: 16048
* Remove lib/System contents until a satisfactory solution can beReid Spencer2004-08-161-90/+0
| | | | | | provided. llvm-svn: 15816
* Initial implementations of the ErrorCode and Path concepts for Linux.Reid Spencer2004-08-151-0/+90
llvm-svn: 15763
OpenPOWER on IntegriCloud