[clang] [Clang] Ignore -fchar8_t in C (PR #138716)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue May 6 13:59:20 PDT 2025


================
@@ -317,6 +317,8 @@ Modified Compiler Flags
 
 - The ``-mexecute-only`` and ``-mpure-code`` flags are now accepted for AArch64 targets. (#GH125688)
 
+- The ``-fchar8_t`` flag is no longer consider in non-C++ languages modes. (#GH55373)
----------------
AaronBallman wrote:

```suggestion
- The ``-fchar8_t`` flag is now diagnosed in non-C++ languages modes. (#GH55373)
```

https://github.com/llvm/llvm-project/pull/138716


More information about the cfe-commits mailing list