There was an error while loading. Please reload this page.
1 parent 7f1b802 commit e4ec6ceCopy full SHA for e4ec6ce
clang/docs/ReleaseNotes.rst
@@ -609,6 +609,10 @@ ABI Changes in Clang
609
such packing. Clang now matches the gcc behavior (except on Darwin and PS4).
610
You can switch back to the old ABI behavior with the flag:
611
``-fclang-abi-compat=15.0``.
612
+- GCC allows POD types to have defaulted special members. Clang historically
613
+ classified such types as non-POD. Clang now matches the gcc behavior (except
614
+ on Darwin and PS4). You can switch back to the old ABI behavior with the flag:
615
+ ``-fclang-abi-compat=15.0``.
616
617
OpenMP Support in Clang
618
-----------------------
0 commit comments