Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Sep 2012 14:15:28 +0000 (14:15 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Sep 2012 14:15:28 +0000 (14:15 +0000)
commit91c06da5f1caf7c8ecd802ac25c1a53305093432
tree239749016fddf9b9efdd4b7e7ffb634044882098
parentc3f61d8eec6713bf805f3262c962a9d6c15ff3c4
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.

Patch by Martinez, Javier E.

llvm-svn: 164822
llvm/lib/Support/Errno.cpp