llvm-mirror/lib/Support
Reid Spencer 5534b2d505 For PR495:
Get rid of the difference between file paths and directory paths. The Path
class now simply stores a path that can refer to either a file or a
directory. This required various changes in the implementation and interface
of the class with the corresponding impact to its users. Doxygen comments were
also updated to reflect these changes. Interface changes are:

appendDirectory -> appendComponent
appendFile -> appendComponent
elideDirectory -> eraseComponent
elideFile -> eraseComponent
elideSuffix -> eraseSuffix
renameFile -> rename
setDirectory -> set
setFile -> set

Changes pass Dejagnu and llvm-test/SingleSource tests.

llvm-svn: 22349
2005-07-07 23:21:43 +00:00
..
bzip2 Convert tabs to spaces 2005-04-22 04:08:30 +00:00
Annotation.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
CommandLine.cpp Capitalize 2005-05-13 19:49:09 +00:00
Compressor.cpp Make sure that decompression checks for the case that bzip2 returns 2005-05-13 07:05:37 +00:00
Debug.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
FileUtilities.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
IsInf.cpp HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes 2005-05-16 06:45:57 +00:00
IsNAN.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
Makefile Add bzip2 subdirectory 2004-11-25 19:38:28 +00:00
PluginLoader.cpp Convert tabs to spaces 2005-04-22 04:08:30 +00:00
SlowOperationInformer.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
Statistic.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
StringExtras.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
SystemUtils.cpp For PR495: 2005-07-07 23:21:43 +00:00
Timer.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
ToolRunner.cpp For PR495: 2005-07-07 23:21:43 +00:00