summaryrefslogtreecommitdiff
path: root/lib/System/Win32/Path.inc
AgeCommit message (Expand)AuthorFilesLines
2010-11-29Merge System into Support.Michael J. Spencer1-918/+0
2010-11-10Fix Whitespace.Michael J. Spencer1-6/+6
2010-11-10System/Win32/Path: Implement isSymLink.Michael J. Spencer1-1/+9
2010-11-09System/Path/Windows: Implement GetLLVMDefaultConfigDir.Michael J. Spencer1-2/+4
2010-11-09System/Path/Windows: Generalize GetUserHomeDirectory.Michael J. Spencer1-8/+9
2010-11-09System/Path/Windows: Make GetSystemLibraryPaths more generic.Michael J. Spencer1-2/+26
2010-11-09System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer1-3/+3
2010-11-08Remove contributor names as per coding statndard.Michael J. Spencer1-3/+0
2010-11-07Add method for checking if a path is a symbolic link.Rafael Espindola1-0/+5
2010-11-02appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov1-12/+0
2010-11-0280-col violations.Mikhail Glushenkov1-3/+5
2010-11-02Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov1-0/+5
2010-10-20Use C++03...Michael J. Spencer1-1/+6
2010-10-20System-Win32/Path: Fix incorrect assumption in isValid.Michael J. Spencer1-0/+9
2010-09-30Revert r114320(move file = copy + delete on Win32). r115040 is a better solut...Francois Pichet1-11/+4
2010-09-20Fix the "unable to rename temporary" lit test failing on Windows. rename is n...Francois Pichet1-4/+11
2010-08-31System: Fix getMagicNumber on windows.Michael J. Spencer1-3/+2
2010-08-28Don't cast Win32 FILETIME structs to int64. Patch by Dimitry Andric!Michael J. Spencer1-3/+8
2010-07-12Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner1-6/+0
2010-03-12Remove superfluous NULL assignmentKovarththanan Rajaratnam1-11/+11
2009-12-18Fix Win32 Path.inc for API update.Daniel Dunbar1-1/+1
2009-12-17Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin1-15/+15
2009-11-25API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan1-2/+4
2009-11-24Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan1-0/+5
2009-11-05Path::createDirectoryOnDisk should ignore existing directories on win32 too.Benjamin Kramer1-2/+4
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-2/+2
2009-08-12improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner1-1/+2
2009-07-26Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar1-2/+2
2009-07-12Use llvm_report_error, not llvm_unreachable.Daniel Dunbar1-2/+2
2009-07-12Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar1-0/+23
2009-06-15"This patch implements the method with the GetModuleFileName function for win...Chris Lattner1-1/+3
2009-06-15add a new static method to portably determine whether a patch isChris Lattner1-0/+14
2009-04-01hopefully fix an apparent build error on windows.Chris Lattner1-0/+1
2008-08-11add a helper method to sys::Path for clang, patch byChris Lattner1-0/+7
2008-06-16Minor comment fix.Argyrios Kyrtzidis1-1/+1
2008-06-15Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis1-0/+16
2008-05-11Make constructors target-specific. This fixes problems where the path wouldNick Lewycky1-1/+11
2008-05-06Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky1-1/+1
2008-04-07Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek1-1/+3
2008-04-07Added method Path::getDirname().Ted Kremenek1-0/+2
2008-04-01Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner1-0/+10
2008-03-13remove extraneous namespace qualifier, PR2142Chris Lattner1-2/+1
2008-03-03Stub out a Path::GetMainExecutable call to find the path to theChris Lattner1-0/+6
2008-02-27Add path separator support, patch by Sam Bishop. Chris Lattner1-19/+2
2008-01-29Use empty() instead of comparing size() with zero.Dan Gohman1-1/+1
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-12-22Unbreak mingw buildAnton Korobeynikov1-1/+2
2007-12-18Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek1-0/+9
2007-12-18Added "isDirectory" method to llvm::sys::Path.Ted Kremenek1-0/+7
2007-07-06finishing touches of bytecode -> bitcode changes. also unbreak WindowsGabor Greif1-1/+1