Go to file
Benjamin Kramer e1ce369628 Don't snprintf directly into a std::string, it's undefined behavior per C++03.
This also fixes a bug where we were trying to copy m_string into itself
via a format string. The pointer was invalidated by m_string.resize and
lldb (sometimes) crashed inside vsnprintf.

llvm-svn: 106416
2010-06-21 14:34:03 +00:00
clang Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in FunctionTemplateDecl. 2010-06-21 10:57:41 +00:00
compiler-rt This is a test commit to verify repository access. 2010-06-19 04:34:50 +00:00
libcxx updated for weekly tests 2010-06-18 16:13:40 +00:00
lldb Don't snprintf directly into a std::string, it's undefined behavior per C++03. 2010-06-21 14:34:03 +00:00
llvm Do one lookup instead of two. 2010-06-21 14:21:47 +00:00