llvm-6502/tools/llvmc
Reid Spencer dd04df0ec3 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22349 91177308-0d34-0410-b5e6-96231b3b80d8
2005-07-07 23:21:43 +00:00
..
c For PR514: 2005-05-19 00:52:28 +00:00
CompilerDriver.cpp For PR495: 2005-07-07 23:21:43 +00:00
CompilerDriver.h For PR514: 2005-05-19 00:52:28 +00:00
ConfigLexer.h For PR514: 2005-05-19 00:52:28 +00:00
ConfigLexer.l For PR514: 2005-05-19 00:52:28 +00:00
Configuration.cpp For PR495: 2005-07-07 23:21:43 +00:00
Configuration.h Remove trailing whitespace 2005-04-22 00:00:37 +00:00
cpp For PR514: 2005-05-19 00:52:28 +00:00
LICENSE.TXT License file for llvmc. 2004-08-25 00:41:06 +00:00
ll For PR514: 2005-05-19 00:52:28 +00:00
llvmc.cpp * Use consistent spacing for function arguments 2005-05-05 22:38:21 +00:00
Makefile For PR514: 2005-05-19 00:52:28 +00:00