[all-commits] [llvm/llvm-project] b95379: [libc++][NFC] Add assertions before calling memmove
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Nov 28 08:10:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b95379d20e0493d4ca073fbaa2f878344568425b
https://github.com/llvm/llvm-project/commit/b95379d20e0493d4ca073fbaa2f878344568425b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M libcxx/include/fstream
M libcxx/include/locale
Log Message:
-----------
[libc++][NFC] Add assertions before calling memmove
Since we're checking preconditions for calling memmove, we might
as well do that properly.
Differential Revision: https://reviews.llvm.org/D138798
More information about the All-commits
mailing list