================
@@ -109,6 +109,9 @@ Changes in existing checks
 - Improved :doc:`misc-redundant-expression
   <clang-tidy/checks/misc/redundant-expression>` check by providing additional
   examples and fixing some macro related false positives.
+  
+- Fixed a false positive in :doc:`modernize-use-ranges
+  <clang-tidy/checks/modernize/use-ranges>`update the logic to suppress 
warnings for `nullptr` in `std::find`.
----------------
vbvictor wrote:

```suggestion
  <clang-tidy/checks/modernize/use-ranges>` check by updating suppress warnings 
logic for ``nullptr`` in ``std::find``.
```

https://github.com/llvm/llvm-project/pull/127162
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to