[clang-tools-extra] [clang-tidy] Support find for string-like classes in readability-container-contains (PR #157243)

via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 6 07:23:28 PDT 2025


================
@@ -230,6 +230,10 @@ Changes in existing checks
   <clang-tidy/checks/portability/template-virtual-member-function>` check to
   avoid false positives on pure virtual member functions.
 
+- Fixed false negatives on string and string-like types in
----------------
EugeneZelenko wrote:

Please follow format of other similar statements.

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


More information about the cfe-commits mailing list