Changes in directory llvm/tools/llvm-db:
Commands.cpp updated: 1.12 -> 1.13
---
Log message:
Avoid temporary construction and potential for corrupted data access.
---
Diffs of the changes: (+2 -3)
Commands.cpp |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/too
Changes in directory llvm/tools/llvm-db:
Commands.cpp updated: 1.11 -> 1.12
---
Log message:
For PR1291: http://llvm.org/PR1291 :
Change uses of sys::Path class to sys::PathWithStatus in those places where
the file status information is needed.
---
Diffs of the changes: (+2 -1)
Commands.cp
Changes in directory llvm/tools/llvm-db:
Commands.cpp updated: 1.10 -> 1.11
---
Log message:
For PR789: http://llvm.org/PR789 :
Make the sys::Path::getFileStatus function more efficient by having it
return a pointer to the FileStatus structure rather than copy it. Adjust
uses of the function ac
Changes in directory llvm/tools/llvm-db:
Commands.cpp updated: 1.9 -> 1.10
---
Log message:
Change Path::getStatusInfo to return a boolean and error string on an error
instead of throwing an exception. This reduces the amount of code that is
exposed to exceptions (e.g. FileUtilities), though i