[clang] [Clang] enhance diagnostic message for __builtin_bit_cast size mismatch (PR #115940)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 05:58:37 PST 2024


================
@@ -528,6 +528,8 @@ Improvements to Clang's diagnostics
 
 - Clang now diagnoses ``[[deprecated]]`` attribute usage on local variables (#GH90073).
 
+- Improved diagnostic message for __builtin_bit_cast size mismatch (#GH115870).
----------------
AaronBallman wrote:

```suggestion
- Improved diagnostic message for ``__builtin_bit_cast`` size mismatch (#GH115870).
```

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


More information about the cfe-commits mailing list