================ @@ -0,0 +1,90 @@ +// RUN: %check_clang_tidy %s readability-use-numeric-limits %t +#include <stdint.h> ---------------- vbvictor wrote:
Please don't use real headers for your test file. All you need is to mimic a small portion of `typedef`'s for `int8_t`, `uint8_t` etc.. Write them yourself in the test file. https://github.com/llvm/llvm-project/pull/127430 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits