[llvm-commits] CVS: llvm/tools/llvm-db/Commands.cpp

2007-04-08 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/tools/llvm-db/Commands.cpp

2007-04-07 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/tools/llvm-db/Commands.cpp

2007-03-29 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/tools/llvm-db/Commands.cpp

2006-07-28 Thread Chris Lattner
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