[clang] 97c1b00 - Follow-up to Itanium ABI POD patchnotes
David Blaikie via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 28 15:30:12 PDT 2022
Author: David Blaikie
Date: 2022-10-28T22:29:50Z
New Revision: 97c1b0094ad6f628927223b53300c9296ae72f44
URL: https://github.com/llvm/llvm-project/commit/97c1b0094ad6f628927223b53300c9296ae72f44
DIFF: https://github.com/llvm/llvm-project/commit/97c1b0094ad6f628927223b53300c9296ae72f44.diff
LOG: Follow-up to Itanium ABI POD patchnotes
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7f02e843f39d..bd4c0bf7fa0c 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
-----------------------
More information about the cfe-commits
mailing list