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