[PATCH] D44230: Add a ReadWriteMemoryBuffer class that can map an input file for modification
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 7 17:24:04 PST 2018
rnk added a comment.
We should have a unit test where we fill a file with some text and then modify it in place, like toUpper every character or something. Otherwise, looks good.
https://reviews.llvm.org/D44230
More information about the llvm-commits
mailing list