aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Path.h
Commit message (Expand)AuthorAgeFilesLines
* Adjust comments to new semantics.Edward O'Callaghan2009-11-251-3/+3
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-251-3/+5
* Fix comments as pre-post review for rev.89765.Edward O'Callaghan2009-11-241-2/+2
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-241-0/+5
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-28/+4
* Revert 78662 to fix broken windows build. Add a comment which explains the pr...Benjamin Kramer2009-08-111-1/+2
* Remove an unnecessary mutable.Dan Gohman2009-08-111-1/+1
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-151-0/+12
* add a new static method to portably determine whether a patch isChris Lattner2009-06-151-0/+5
* Add sys::Path::makeAbsolute().Daniel Dunbar2009-04-091-0/+4
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-111-0/+6
* Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling2008-05-211-9/+3
* Reverting r51218 because of breakage on PPC32.Bill Wendling2008-05-201-4/+3
* add missing #include.Chris Lattner2008-05-181-0/+1
* On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling2008-05-171-3/+3
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-111-3/+2
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-4/+4
* Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling2008-04-161-39/+42
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-071-7/+0
* Added method Path::getDirname().Ted Kremenek2008-04-071-0/+12
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-011-0/+23
* add an accessor.Chris Lattner2008-04-011-0/+3
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-031-0/+4
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-271-0/+4
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-201-0/+8
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-181-0/+5
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-181-1/+7
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-2/+0
* Fix minor doxygen nits.Reid Spencer2007-08-051-8/+11
* eliminate residual cruft related to recognizing bytecodeGabor Greif2007-07-061-9/+0
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* add support for identifying bitcode filesChris Lattner2007-05-061-0/+8
* remove extraneous type qualifiersChris Lattner2007-05-031-1/+1
* Jeff's fix was fineChris Lattner2007-04-291-6/+2
* add missing ctorChris Lattner2007-04-291-2/+6
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-291-0/+8
* new method for creating a path, which does not create a temporary string.Chris Lattner2007-04-291-0/+8
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-111-7/+18
* Implement the output inserter for PathWithStatusReid Spencer2007-04-081-2/+5
* For PR1291:Reid Spencer2007-04-071-25/+88
* For PR1302:Reid Spencer2007-04-041-4/+7
* For PR789:Reid Spencer2007-03-291-9/+15
* uniqueID is a uint64_t (caught by VC++)Jeff Cohen2007-03-291-1/+1
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-1/+3
* Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer2007-03-291-0/+1
* For PR789:Reid Spencer2007-03-291-4/+14
* 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