[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
Mon Feb 17 08:16:58 PST 2025
================
@@ -91,6 +91,13 @@ Improvements to clang-tidy
New checks
^^^^^^^^^^
+- New :doc:`readability-use-numeric-limits
+ <clang-tidy/checks/readability/use-numeric-limits>` check.
+
+ Replaces certain integer literals with equivalent calls to
----------------
stellar-aria wrote:
Fixed by matching the doc to this line
https://github.com/llvm/llvm-project/pull/127430
More information about the cfe-commits
mailing list