[Lldb-commits] [lldb] r217714 - Make ProcessLaunchInfo copyable.

2014-09-12 Thread Zachary Turner
Author: zturner Date: Fri Sep 12 17:38:39 2014 New Revision: 217714 URL: http://llvm.org/viewvc/llvm-project?rev=217714view=rev Log: Make ProcessLaunchInfo copyable. Modified: lldb/trunk/include/lldb/Target/ProcessLaunchInfo.h lldb/trunk/source/Target/ProcessLaunchInfo.cpp Modified:

Re: [Lldb-commits] [lldb] r217714 - Make ProcessLaunchInfo copyable.

2014-09-12 Thread jingham
Hey Zachary, at some point I'll finish up the lldb coding conventions document, but till I get around to the full thing, one of the bullet items it will have is not to use this form of listing the initializations: +: ProcessInfo() +, m_working_dir() +, m_plugin_name() +,