aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/Path.h
AgeCommit message (Expand)Author
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-08-23For PR797:Reid Spencer
2006-08-23Fix constructor documentation.Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-01Remove some now-dead methods. Use getFileStatus instead.Chris Lattner
2006-07-28Modify setStatusInfoOnDisk to not throw an exception.Chris Lattner
2006-07-28Modify Path::eraseFromDisk to not throw an exception.Chris Lattner
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-07-26For PR780:Reid Spencer
2006-07-07#include <iosfwd> not <ostream>Chris Lattner
2006-06-08For PR804:Reid Spencer
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08fix typoJeff Cohen
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-18Correct the name of the method. CopyFiles -> CopyFile.Reid Spencer
2004-12-15Adjust documentation of GetBytecodeLibraryPaths after removing LLVMGCCDIRReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13* Add a std::ostream inserter for sys::PathReid Spencer
2004-12-13For PR351:\Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-14Changes per code review:Reid Spencer
2004-11-14*Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer
2004-11-09* Implement getStatusInfo for getting stat(2) like informationReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-09-13Add the GetLibraryPath method.Reid Spencer
2004-09-11Add methods for detecting file types by magic number, getting the file nameReid Spencer
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer
2004-08-25Initial implementation of the Path operating system concept.Reid Spencer
2004-08-16Back out include/llvm/System changes until a satisfactory solution canReid Spencer
2004-08-15First version of a class to represent the notion of an operating systemReid Spencer