aminya added a comment.
Clang-tidy is very slow if you use it on a medium or large project. Something
like this feature, even if it is not perfect, will definitely improve the
experience with clang-tidy. The low performance of clang-tidy is one of the
biggest frictions for using it.
Repositor
aminya added a comment.
I just hit this bug in my code where the subtraction of two size_t values
resulted in a very large value. Fortunately, the address sanitizer immediately
alerted me about the issue. It would be great to have such a warning in
clang-tidy.
Repository:
rG LLVM Github Mon