Follow-up to Itanium ABI POD patchnotes
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Oct 2022 22:29:50 +0000 (22:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 28 Oct 2022 22:29:50 +0000 (22:29 +0000)
clang/docs/ReleaseNotes.rst

index 7f02e84..bd4c0bf 100644 (file)
@@ -618,9 +618,9 @@ ABI Changes in Clang
   You can switch back to the old ABI behavior with the flag:
   ``-fclang-abi-compat=15.0``.
 - GCC allows POD types to have defaulted special members. Clang historically
-  classified such types as non-POD. Clang now matches the gcc behavior (except
-  on Darwin and PS4). You can switch back to the old ABI behavior with the flag:
-  ``-fclang-abi-compat=15.0``.
+  classified such types as non-POD (for the purposes of Itanium ABI). Clang now
+  matches the gcc behavior (except on Darwin and PS4). You can switch back to
+  the old ABI behavior with the flag: ``-fclang-abi-compat=15.0``.
 
 OpenMP Support in Clang
 -----------------------