diff options
author | Corentin Jabot <corentinjabot@gmail.com> | 2025-10-19 09:26:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-19 09:26:22 +0200 |
commit | 3a15687d1c789ebac04bf394ec31f95331c74bf8 (patch) | |
tree | 317816e449b44f8871b41dc3579d4ceaf9dd0d91 /llvm/unittests/Object/ELFObjectFileTest.cpp | |
parent | 4b7b728f3f113ebf4122f309237460f3e4a2ca9e (diff) | |
download | llvm-3a15687d1c789ebac04bf394ec31f95331c74bf8.zip llvm-3a15687d1c789ebac04bf394ec31f95331c74bf8.tar.gz llvm-3a15687d1c789ebac04bf394ec31f95331c74bf8.tar.bz2 |
[Clang] Do not warn on UTF-16 -> UTF-32 conversions. (#163927)
UTF-16 to UTF-16 conversions seems widespread,
and lone surrogate have a distinct representation in UTF-32.
Lets not warn on this case to make the warning easier to adopt. This
follows SG-16 guideline
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3695r2.html#changes-since-r1
Fixes #163719
Diffstat (limited to 'llvm/unittests/Object/ELFObjectFileTest.cpp')
0 files changed, 0 insertions, 0 deletions