[clang-tools-extra] [clang-tidy] Improve integer comparison by matching valid expressions outside implicitCastExpr (PR #134188)
David Rivera via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 4 18:16:51 PDT 2025
================
@@ -177,6 +177,10 @@ Changes in existing checks
matched scenarios of ``find`` and ``rfind`` methods and fixing false
positives when those methods were called with 3 arguments.
+- Improved :doc:`modernize-use-integer-sign-comparison
----------------
RiverDave wrote:
Thanks, should be addressed now
https://github.com/llvm/llvm-project/pull/134188
More information about the cfe-commits
mailing list