aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/FileUtilities.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* close() requires "unistd.h" .Misha Brukman2003-08-071-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7695 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman2003-08-071-0/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7691 91177308-0d34-0410-b5e6-96231b3b80d8
* Check in the implementation of the FileUtilities!Chris Lattner2003-08-011-0/+56
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7487 91177308-0d34-0410-b5e6-96231b3b80d8