[PATCH] D149098: [Clang] Add tests and mark as implemented WG14 N2728 (char16_t & char32_t string literals shall be UTF-16 & UTF-32)

Tom Honermann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 13:31:03 PDT 2023


tahonermann created this revision.
tahonermann added reviewers: aaron.ballman, erichkeane, cor3ntin.
Herald added a project: All.
tahonermann requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This change expands testing of UTF-8, UTF-16, and UTF-32 character and string literals as validation that WG14 N2728 (char16_t & char32_t string literals shall be UTF-16 & UTF-32) has been implemented.

WG14 N2728: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2728.htm


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149098

Files:
  clang/test/Lexer/char-literal.cpp
  clang/www/c_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149098.516520.patch
Type: text/x-patch
Size: 6832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230424/36d883c7/attachment.bin>


More information about the cfe-commits mailing list