[clang-tools-extra] [clang-tidy] Add new check `readability-use-numeric-limits` (PR #127430)

Katherine Whitlock via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 15 12:21:52 PDT 2025


================
@@ -148,6 +148,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
+  <clang-tidy/checks/readability/use-numeric-limits>` check to replace certain
----------------
stellar-aria wrote:

Fixed

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


More information about the cfe-commits mailing list