[Lldb-commits] [PATCH] Fix warning about the use of mktemp and make platform agnostic by adding and using PipeBase::CreateWithUniqueName.
Robert Flack
flackr at gmail.com
Thu Feb 5 05:30:26 PST 2015
Can one of you land this for me? Thanks.
REPOSITORY
rL LLVM
================
Comment at: source/Host/posix/PipePosix.cpp:216
@@ +215,3 @@
+ if (error.Success()) {
+ name.clear();
+ name = named_pipe_path;
----------------
ovyalov wrote:
> It seems not needed here or as another option - call clear() unconditionally at the beginning of the method.
Right, done.
http://reviews.llvm.org/D7348
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list