aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/System/Path.h
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-17Fix typo: Exectuable -> ExecutablePeter Collingbourne
2010-11-10System/Path: Update comments to match code.Michael J. Spencer
2010-11-09System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer
2010-11-07typosRafael Espindola
2010-11-07Add method for checking if a path is a symbolic link.Rafael Espindola
2010-11-02appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov
2010-11-02Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov
2010-10-2880-col violations.Mikhail Glushenkov
2010-09-15System/Path: Add isObjectFile().Michael J. Spencer
2010-09-02Add a comment.Dan Gohman
2010-08-31Fix spelling/typo.Michael J. Spencer
2010-07-12Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner
2010-02-22Fix various doxygen warnings.Dan Gohman
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-12-17Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin
2009-11-25Adjust comments to new semantics.Edward O'Callaghan
2009-11-25API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan
2009-11-24Fix comments as pre-post review for rev.89765.Edward O'Callaghan
2009-11-24Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-11Revert 78662 to fix broken windows build. Add a comment which explains the pr...Benjamin Kramer
2009-08-11Remove an unnecessary mutable.Dan Gohman
2009-07-15Add a raw_ostream operator<< to sys::Path.Dan Gohman
2009-06-15add a new static method to portably determine whether a patch isChris Lattner
2009-04-09Add sys::Path::makeAbsolute().Daniel Dunbar
2008-08-11add a helper method to sys::Path for clang, patch byChris Lattner
2008-05-21Follow-up to the reverting of r51218. This puts the checks out-of-line. BecauseBill Wendling
2008-05-20Reverting r51218 because of breakage on PPC32.Bill Wendling
2008-05-18add missing #include.Chris Lattner
2008-05-17On Darwin, the string header file isn't 64-bit clean. The use ofBill Wendling
2008-05-11Make constructors target-specific. This fixes problems where the path wouldNick Lewycky
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-16Add "empty()" method to sys::Path and remove unnecessary whitespace.Bill Wendling
2008-04-07Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek
2008-04-07Added method Path::getDirname().Ted Kremenek
2008-04-01Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner
2008-04-01add an accessor.Chris Lattner
2008-03-03Stub out a Path::GetMainExecutable call to find the path to theChris Lattner
2008-02-27Add path separator support, patch by Sam Bishop. Chris Lattner
2008-02-20Add convenient helper to get suffix of the fileAnton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-18Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek
2007-12-18Added "isDirectory" method to llvm::sys::Path.Ted Kremenek
2007-12-18remove obviously dead uses of IncludeFile.Chris Lattner
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-07-06eliminate residual cruft related to recognizing bytecodeGabor Greif
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06add support for identifying bitcode filesChris Lattner
2007-05-03remove extraneous type qualifiersChris Lattner