[clang-tools-extra] [clang-tidy] Add `bugprone-unordered-equal-compare` check (PR #210555)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 19 08:38:38 PDT 2026


================
@@ -97,6 +97,13 @@ Improvements to clang-tidy
 New checks
 ^^^^^^^^^^
 
+- New :doc:`bugprone-unordered-equal-compare
+  <clang-tidy/checks/bugprone/unordered-equal-compare>` check.
+
+  Flags uses of ``std::equal`` to compare the ranges of two unordered
----------------
EugeneZelenko wrote:

Please synchronize with first statement in documentation.

https://github.com/llvm/llvm-project/pull/210555


More information about the cfe-commits mailing list