[clang-tidy] Improve build-in type handling in bugprone-swapped-arguments
Improved detection of argument swaps involving integral and floating-point types by enhancing handling of implicit conversions. Now implicit casts from float to double are also considered, same for integers. Improved documentation. Fixes: #62926 Reviewed By: carlosgalvezp Differential Revision: https://reviews.llvm.org/D151495
Loading
Please sign in to comment