fjricci added a comment.

So this was definitely a decision that I was debating. But I assume that the 
Append flag must imply the Write flag, since you can't open a file for Append 
without also opening it for write ("a" and "a+" both include write privileges). 
So I figured that having both "Append" and "Write" was redundant. And since "a" 
was previously using "Append" while "a+" was previously using "Write", I think 
that one of them needed to be changed to be consistent with the other. I can do 
it the other way around though if that's preferable.


http://reviews.llvm.org/D18228



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to