Use the correct namespace for looking up matching operator!= (#68922)
[platform/upstream/llvm.git] / clang / docs / ReleaseNotes.rst
index 879721c..a1143e1 100644 (file)
@@ -56,6 +56,10 @@ C/C++ Language Potentially Breaking Changes
   array members for structs that contain them. This change is more consistent
   with the behavior of GCC.
 
+- Fixed a bug in finding matching `operator!=` while adding reversed `operator==` as
+  outlined in "The Equality Operator You Are Looking For" (`P2468 <http://wg21.link/p2468r2>`_).
+  Fixes (`#68901: <https://github.com/llvm/llvm-project/issues/68901>`_).
+
 C++ Specific Potentially Breaking Changes
 -----------------------------------------
 - Clang won't search for coroutine_traits in std::experimental namespace any more.