Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / PathV1.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-02-24 Michael J. SpencerDepricate PathV1::isAbsolute.
2011-01-12 Michael J. SpencerSupport/Path: Deprecate PathV1::IsSymlink and replace...
2011-01-11 Michael J. SpencerSupport/Path: Deprecate PathV1::isDirectory and replace...
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-12-28 Michael J. SpencerSupport/Path: Deprecate Path::hasMagicNumber and replac...
2010-12-28 Michael J. SpencerFix typo.
2010-12-27 Michael J. SpencerSupport/PathV1: Deprecate GetRootDirectory.
2010-12-25 Michael J. SpencerSupport/PathV1: Deprecate makeAbsolute and remove Unix...
2010-12-20 Bill WendlingThis is still used and issuing an annoying warning...
2010-12-20 Michael J. SpencerFix spelling.
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Clarify deprecation warning.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate getLast.
2010-12-17 Michael J. SpencerFix 80 col.
2010-12-17 Michael J. SpencerSupport/Path: Deprecate PathV1::isAbsolute.
2010-12-17 Michael J. SpencerSupport: Rename Path.h to PathV1.h and add a new Path...