This is an archive of the discontinued LLVM Phabricator instance.

[Support] avoid u8"" literals in tests, their type changes in C++20
ClosedPublic

Authored by sammccall on Jan 9 2023, 11:36 AM.

Details

Summary

Just specify the encoded bytes instead, which causes less confusion anyway.

Diff Detail

Event Timeline

sammccall created this revision.Jan 9 2023, 11:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 11:36 AM
sammccall requested review of this revision.Jan 9 2023, 11:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 11:36 AM
massberg accepted this revision.Jan 10 2023, 12:53 AM

Thanks!

This revision is now accepted and ready to land.Jan 10 2023, 12:53 AM