llvm-6502/lib/Support
Reid Spencer a229c5cce7 Final Changes For PR495:
This chagne just renames some sys::Path methods to ensure they are not
misused. The Path documentation now divides methods into two dimensions:
Path/Disk and accessor/mutator. Path accessors and mutators only operate
on the Path object itself without making any disk accesses. Disk accessors
and mutators will also access or modify the file system. Because of the
potentially destructive nature of disk mutators, it was decided that all
such methods should end in the work "Disk" to ensure the user recognizes
that the change will occur on the file system. This patch makes that
change. The method name changes are:

makeReadable        -> makeReadableOnDisk
makeWriteable       -> makeWriteableOnDisk
makeExecutable      -> makeExecutableOnDisk
setStatusInfo       -> setStatusInfoOnDisk
createDirectory     -> createDirectoryOnDisk
createFile          -> createFileOnDisk
createTemporaryFile -> createTemporaryFileOnDisk
destroy             -> eraseFromDisk
rename              -> renamePathOnDisk

These changes pass the Linux Deja Gnu tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22354 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-08 03:08:58 +00:00
..
bzip2
Annotation.cpp
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
ConstantRange.cpp
Debug.cpp
FileUtilities.cpp
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
Makefile
PluginLoader.cpp
SlowOperationInformer.cpp
Statistic.cpp
StringExtras.cpp
SystemUtils.cpp For PR495: 2005-07-07 23:21:43 +00:00
Timer.cpp
ToolRunner.cpp Final Changes For PR495: 2005-07-08 03:08:58 +00:00