[clang-tools-extra] [clang-tidy] Add QtEnabled option to modernize-use-integer-sign-comprison (PR #122127)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 8 08:22:08 PST 2025
================
@@ -34,3 +34,7 @@ Options
A string specifying which include-style is used, `llvm` or `google`.
Default is `llvm`.
+
+.. option:: QtEnabled
+ Makes C++17 ``q20::cmp_*`` alternative available for Qt-based
----------------
EugeneZelenko wrote:
Please separate with newline.
https://github.com/llvm/llvm-project/pull/122127
More information about the cfe-commits
mailing list