Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
[oota-llvm.git] / lib / Support / FileOutputBuffer.cpp
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.