aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Path.h
Commit message (Expand)AuthorAgeFilesLines
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1
* For PR797:Reid Spencer2006-08-231-3/+3
* Fix constructor documentation.Reid Spencer2006-08-231-7/+4
* For PR797:Reid Spencer2006-08-231-3/+2
* For PR797:Reid Spencer2006-08-231-3/+5
* For PR797:Reid Spencer2006-08-231-19/+21
* For PR797:Reid Spencer2006-08-221-4/+4
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-3/+4
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-011-22/+0
* Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner2006-07-281-2/+3
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-281-6/+4
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-56/+44
* For PR780:Reid Spencer2006-07-261-0/+2
* #include <iosfwd> not <ostream>Chris Lattner2006-07-071-5/+2
* For PR804:Reid Spencer2006-06-081-1/+1
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-221-1/+1
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-28/+28
* Final Changes For PR495:Reid Spencer2005-07-081-124/+129
* fix typoJeff Cohen2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-97/+55
* For PR495:Reid Spencer2005-07-071-3/+11
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-73/+73
* Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer2004-12-181-1/+1
* Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer2004-12-151-24/+25
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-151-2/+2
* For PR351:Reid Spencer2004-12-151-1/+16
* For PR351:Reid Spencer2004-12-131-0/+16
* For PR351: \Reid Spencer2004-12-131-0/+15
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-131-1/+7
* For PR351:\Reid Spencer2004-12-131-25/+29
* Path::get -> Path::toStringReid Spencer2004-12-111-3/+3
* Per code review:Reid Spencer2004-11-161-9/+7
* Changes per code review:Reid Spencer2004-11-141-14/+21
* *Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer2004-11-141-19/+72
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-091-0/+30
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-37/+37
* Add the GetLibraryPath method.Reid Spencer2004-09-131-0/+11
* Add methods for detecting file types by magic number, getting the file nameReid Spencer2004-09-111-1/+38
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-291-118/+372
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-251-0/+160
* Back out include/llvm/System changes until a satisfactory solution canReid Spencer2004-08-161-214/+0
* First version of a class to represent the notion of an operating systemReid Spencer2004-08-151-0/+214