aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorZequan Wu <zequanwu@google.com>2024-06-28 00:36:50 -0400
committerGitHub <noreply@github.com>2024-06-28 00:36:50 -0400
commit567b2c608c307c097315dd5ec4d6a5bbcddf898d (patch)
tree80836fc859b062ac55aa1ed0a13a3f1d200f4e6a /clang/docs
parent544830a840ae70aa25465243cf1a3d301a9c2cf1 (diff)
downloadllvm-567b2c608c307c097315dd5ec4d6a5bbcddf898d.zip
llvm-567b2c608c307c097315dd5ec4d6a5bbcddf898d.tar.gz
llvm-567b2c608c307c097315dd5ec4d6a5bbcddf898d.tar.bz2
Revert "[Clang] Fix __is_trivially_equality_comparable returning true with ineligebile defaulted overloads" (#97002)
Reverts llvm/llvm-project#93113
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7ebfc87..da967fc 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -104,7 +104,7 @@ ABI Changes in This Version
ifuncs. Its purpose was to preserve backwards compatibility when the ".ifunc"
suffix got removed from the name mangling. The alias interacts badly with
GlobalOpt (see the issue #96197).
-
+
- Fixed Microsoft name mangling for auto non-type template arguments of pointer
type for MSVC 1920+. This change resolves incompatibilities with code compiled
by MSVC 1920+ but will introduce incompatibilities with code compiled by
@@ -740,9 +740,6 @@ Bug Fixes in This Version
negatives where the analysis failed to detect unchecked access to guarded
data.
-- ``__is_trivially_equality_comparable`` no longer returns true for types which
- have a constrained defaulted comparison operator (#GH89293).
-
Bug Fixes to Compiler Builtins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^