[PATCH] D136449: [Clang] Implement P2513
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 24 05:44:24 PDT 2022
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a missing full stop in a comment. Tom's on vacation most of this week, so if he has any concerns, they can be address post-commit unless you want to wait for him (which is also totally fine by me).
================
Comment at: clang/lib/Sema/SemaInit.cpp:94
+ // Additionally, an array of char or unsigned char may be initialized
+ // by a UTF-8 string literal
+ if (ElemTy->isChar8Type() ||
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136449/new/
https://reviews.llvm.org/D136449
More information about the cfe-commits
mailing list