[PATCH] D54455: [vfs] add 'Status::copyWithNewSize'
Alex Lorenz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 13 11:07:03 PST 2018
arphaman abandoned this revision.
arphaman added a comment.
In https://reviews.llvm.org/D54455#1296450, @JDevlieghere wrote:
> The change itself is fine but I wonder if we really need these helper methods and can't just use the copy constructor?
It's probably not much of value if there will be just one use case. I'll just use the constructor as suggested :)
Repository:
rL LLVM
https://reviews.llvm.org/D54455
More information about the llvm-commits
mailing list