[clang-tools-extra] [clang-tidy] Create a check for signed and unsigned integers comparison (PR #113144)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 22 07:25:59 PDT 2024
================
@@ -0,0 +1,64 @@
+.. title:: clang-tidy - qt-integer-sign-comparison
+
+qt-integer-sign-comparison
+=============================
+
+The check detects comparison between signed and unsigned integer values.
----------------
EugeneZelenko wrote:
Should just refer to main check. See other alias checks documentation.
https://github.com/llvm/llvm-project/pull/113144
More information about the cfe-commits
mailing list