[PATCH] D108469: Improve handling of static assert messages.
Erich Keane via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 12:36:07 PDT 2022
erichkeane added inline comments.
================
Comment at: clang/lib/Basic/Diagnostic.cpp:837
+ llvm::sys::unicode::isFormatting(CodepointValue)) {
+ OutStr.append(CodepointBegin, CodepointEnd);
+ continue;
----------------
What about...?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108469/new/
https://reviews.llvm.org/D108469
More information about the llvm-commits
mailing list