[clang-tools-extra] [clang-tidy] Add new check `readability-use-numeric-limits` (PR #127430)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 15 08:56:46 PDT 2025
================
@@ -148,6 +155,10 @@ New checks
Finds potentially erroneous calls to ``reset`` method on smart pointers when
the pointee type also has a ``reset`` method.
+- New :doc:`readability-use-numeric-limits
----------------
EugeneZelenko wrote:
Duplicated entry.
https://github.com/llvm/llvm-project/pull/127430
More information about the cfe-commits
mailing list