diff options
author | Jens Massberg <massberg@google.com> | 2023-01-10 17:12:49 +0100 |
---|---|---|
committer | Jens Massberg <massberg@google.com> | 2023-01-12 10:21:33 +0100 |
commit | d1e0fd2b1326ebc6007d47fa0fc86ec129df210b (patch) | |
tree | 29239234f894b93635535be07ca0b51dc8e35fb7 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 27944bbbe7ade95ed38b147583fe6392d8d19f5c (diff) | |
download | llvm-d1e0fd2b1326ebc6007d47fa0fc86ec129df210b.zip llvm-d1e0fd2b1326ebc6007d47fa0fc86ec129df210b.tar.gz llvm-d1e0fd2b1326ebc6007d47fa0fc86ec129df210b.tar.bz2 |
Avoid u8"" literals in tests, their type changes in C++20
Just specify the encoded bytes instead.
Additionally delete insertion operator of raw_ostream for char8_t as it
doesn't work as users might expect (Numbers and pointers are added to
the stream instead of UTF-8 characters). Added a comment and instructions
on how to use UTF-8 strings with raw_ostream.
Differential Revision: https://reviews.llvm.org/D141392
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions