[all-commits] [llvm/llvm-project] 329e7c: [Clang] [C23] Implement N2653: u8 strings are char...
Mital Ashok via All-commits
all-commits at lists.llvm.org
Wed Jul 17 05:14:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 329e7c80ac2dbc16c267390da5f1baaf1cd438b1
https://github.com/llvm/llvm-project/commit/329e7c80ac2dbc16c267390da5f1baaf1cd438b1
Author: Mital Ashok <mital at mitalashok.co.uk>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Frontend/InitPreprocessor.cpp
M clang/lib/Headers/stdatomic.h
M clang/lib/Sema/SemaExpr.cpp
A clang/test/C/C23/n2653.c
M clang/www/c_status.html
Log Message:
-----------
[Clang] [C23] Implement N2653: u8 strings are char8_t[] (#97208)
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2653.htm
Closes #97202
---------
Co-authored-by: cor3ntin <corentinjabot at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list