[PATCH] D76291: [Support] Fix formatted_raw_ostream for UTF-8
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 17 11:49:30 PDT 2020
benlangmuir added inline comments.
================
Comment at: llvm/include/llvm/Support/FormattedStream.h:49
+ /// once we have the rest of it.
+ SmallString<4> PartialUTF8Char;
+
----------------
The changes related to `PartialUTF8Char` LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76291/new/
https://reviews.llvm.org/D76291
More information about the cfe-commits
mailing list