[clang] [clang-tools-extra] [clang-tidy] bugprone-implicit-widening ignores unsigned consts (PR #101073)
Nathan James via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 9 02:32:57 PDT 2024
njames93 wrote:
> Thats a good question. @njames93 What do you thing, current tests are sufficient ?
There should definitely be a test in the clang side of things to ensure correct handling of the `Expr::getIntegerConstantExpr` method with this new parameter
https://github.com/llvm/llvm-project/pull/101073
More information about the cfe-commits
mailing list