[PATCH] D24811: [sanitizer_common] Delete some copy/move methods in InternalScopedBuffer

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 11:46:12 PDT 2016


vsk added a comment.

Thanks. I'll be more careful to not include formatting changes.

About the patches for std::move: after reading libcxx's implementation, I think it would take too much additional work to write a portable version for compiler-rt. I no longer think there are enough benefits to doing this.


https://reviews.llvm.org/D24811





More information about the llvm-commits mailing list