1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/Support
Reid Spencer 04d734c2f6 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.

llvm-svn: 22354
2005-07-08 03:08:58 +00:00
..
.cvsignore Ignore generated files 2004-11-21 00:00:04 +00:00
AIXDataTypesFix.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
Annotation.h Don't lie to the casual reader about Value subclassing from Annotable. 2005-06-15 18:40:45 +00:00
CallSite.h Some cleanups for compilation with GCC 4.0.0 to remove warnings: 2005-05-15 16:13:11 +00:00
Casting.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
CFG.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
CommandLine.h Make sure a variable is initialized before use to clean up a warning from 2005-06-18 16:53:27 +00:00
Compressor.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
ConstantRange.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
DataTypes.h.in Add missing data types for VC++ 2005-01-19 05:08:31 +00:00
Debug.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
DOTGraphTraits.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
DynamicLinker.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
ELF.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
FileUtilities.h Final Changes For PR495: 2005-07-08 03:08:58 +00:00
GetElementPtrTypeIterator.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
GraphWriter.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
InstIterator.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
InstVisitor.h header file changes for varargs 2005-06-18 18:31:30 +00:00
LeakDetector.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
Mangler.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
MathExtras.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
PassNameParser.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
PatternMatch.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
PluginLoader.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
SlowOperationInformer.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
StableBasicBlockNumbering.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
SystemUtils.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
ThreadSupport-NoSupport.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
ThreadSupport-PThreads.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
ThreadSupport.h.in Rename include guard, patch contributed by Evan Jones! 2005-02-27 19:05:24 +00:00
Timer.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
ToolRunner.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
type_traits.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00
TypeInfo.h Remove trailing whitespace 2005-04-21 20:48:15 +00:00