Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
[oota-llvm.git] / lib / Support / LockFileManager.cpp
2012-09-04 Evgeniy StepanovFix Android build of gtest and lib/Support.
2012-01-29 Douglas GregorMove Clang's file-level locking facility over to LLVM...