commit | e50ea6032180384d45552e84347ff4eb2e84ce57 | [log] [tgz] |
---|---|---|
author | Mark Mentovai <mark@chromium.org> | Fri Jul 20 19:56:49 2018 |
committer | Mark Mentovai <mark@chromium.org> | Fri Jul 20 20:31:14 2018 |
tree | f55f824bc2a15f23d5ba058514e9241c737a2fb2 | |
parent | 98ebb0060b3e05c1c1aa8e5700ec7aebb941dccf [diff] |
Make BuildHandlerArgvStrings() return its result This is more direct than using an out-parameter. Copy elision should make it equally performant, and even in the absence of copy elision, this would now be an inexpensive move operation. Change-Id: Iaf0eb07b36c8e35ff8942fc422a22321bf5c3010 Reviewed-on: https://chromium-review.googlesource.com/1145495 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
Crashpad is a crash-reporting system.
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.