We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18c032 commit 75a46feCopy full SHA for 75a46fe
clang/docs/ReleaseNotes.rst
@@ -629,6 +629,9 @@ Improvements to Clang's diagnostics
629
630
- Clang now diagnoses dangling references for C++20's parenthesized aggregate initialization (#101957).
631
632
+- A new off-by-default warning ``-Wms-bitfield-compatibility`` has been added to alert to cases where bit-field
633
+ packing may differ under the MS struct ABI (#GH117428).
634
+
635
Improvements to Clang's time-trace
636
----------------------------------
637
0 commit comments