[all-commits] [llvm/llvm-project] ce7c19: [Clang] Ignore -fchar8_t in C (#138716)
cor3ntin via All-commits
all-commits at lists.llvm.org
Thu May 8 03:15:28 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce7c1963b914931817dd983f488cc0b810187b3a
https://github.com/llvm/llvm-project/commit/ce7c1963b914931817dd983f488cc0b810187b3a
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Driver/Options.td
M clang/test/Lexer/char8_t.cpp
Log Message:
-----------
[Clang] Ignore -fchar8_t in C (#138716)
In C, `char8_t` is an alias to unsigned char, and should never be a
keyword.
Fixes #55373
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