[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:21:00 PDT 2025
================
@@ -166,6 +166,10 @@ Changes in existing checks
excluding variables with ``thread_local`` storage class specifier from being
matched.
+- Improved :doc:`modernize-use-integer-sign-comparison
----------------
RiverDave wrote:
Figured it out the instant I pushed my changes 😂
https://github.com/llvm/llvm-project/pull/134188
More information about the cfe-commits
mailing list