[clang-tools-extra] [clang-tidy] Add new check `readability-use-numeric-limits` (PR #127430)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 24 02:38:49 PDT 2025
henrickarlsson wrote:
I see this is reverted now, but while it was in I noticed that it also triggers for .c files. But the suggested fix is for C++
Would it be possible to limit this to run on only C++ code or suggest a separate fix targeted for C?
https://github.com/llvm/llvm-project/pull/127430
More information about the cfe-commits
mailing list