[clang-tools-extra] [clang-tidy] Fix modernize-use-integer-sign-comparison comparison (PR #121506)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 11 01:09:25 PST 2025
================
@@ -34,3 +34,7 @@ Options
A string specifying which include-style is used, `llvm` or `google`.
Default is `llvm`.
+
+.. option:: ConsideringIntegerSize
+ Ignores a comparison between a signed wide and an unsigned narrow
----------------
PiotrZSL wrote:
i think there should be empty line after option.
https://github.com/llvm/llvm-project/pull/121506
More information about the cfe-commits
mailing list