aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV1.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-09-14ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer
2011-03-10Add r127409 back now that the windows file was updated.Rafael Espindola
2011-03-10Revert r127409 which broke all the Windows bots.Jakob Stoklund Olesen
2011-03-10Add support for MemoryBuffers that are not null terminated and addRafael Espindola
2011-02-24Depricate PathV1::isAbsolute.Michael J. Spencer
2011-01-12Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::i...Michael J. Spencer
2011-01-11Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2010-12-28Support/Path: Deprecate Path::hasMagicNumber and replace all uses with fs::ha...Michael J. Spencer
2010-12-28Fix typo.Michael J. Spencer
2010-12-27Support/PathV1: Deprecate GetRootDirectory.Michael J. Spencer
2010-12-25Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer
2010-12-20This is still used and issuing an annoying warning. Don't deprecate something inBill Wendling
2010-12-20Fix spelling.Michael J. Spencer
2010-12-18Support/PathV1: Clarify deprecation warning.Michael J. Spencer
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson
2010-12-18Support/PathV1: Clarify deprecation warning.Michael J. Spencer
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-18Support/PathV1: Deprecate getLast.Michael J. Spencer
2010-12-17Fix 80 col.Michael J. Spencer
2010-12-17Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer
2010-12-17Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1...Michael J. Spencer