[PATCH] D44328: Support embedding natvis files in PDBs.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 14:48:34 PST 2018


rnk added a comment.

Taking std::string by value is probably better, since it allows the caller to move the string to arrange to avoid the copy if they want to.


https://reviews.llvm.org/D44328





More information about the llvm-commits mailing list