[PATCH] D155610: [Clang][Sema] Fix display of characters on static assertion failure
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 12 16:41:35 PDT 2023
hubert.reinterpretcast added a comment.
In D155610#4575579 <https://reviews.llvm.org/D155610#4575579>, @cor3ntin wrote:
> @hubert.reinterpretcast It does not, Unicode characters are only escaped in Diagnostics.cpp, and I think this is what we want.
Thanks @cor3ntin for the insight. I agree that this is a separate concern that also applies to static assert messages.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155610/new/
https://reviews.llvm.org/D155610
More information about the cfe-commits
mailing list