[clang-tools-extra] [clang-tidy] Add new check `readability-use-numeric-limits` (PR #127430)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 15 10:20:51 PDT 2025
================
@@ -0,0 +1,90 @@
+// RUN: %check_clang_tidy %s readability-use-numeric-limits %t
+#include <stdint.h>
+
----------------
vbvictor wrote:
Please add CHECK-FIXES for the header you include (look at other tests for reference)
https://github.com/llvm/llvm-project/pull/127430
More information about the cfe-commits
mailing list