[clang-tools-extra] [clang-tidy] use upper case letters for bool conversion suffix (PR #102831)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 03:33:04 PDT 2024
================
@@ -133,3 +133,18 @@ Options
When `true`, the check will allow conditional pointer conversions. Default
is `false`.
+
+.. option:: UseUpperCaseSuffix
+
+ When `true`, the check will allow new explicit conversion use an uppercase
+ suffix when it applies.
----------------
5chmidti wrote:
Maybe?:
> When `true`, the replacements will use an uppercase literal suffix in the provided fixes.
https://github.com/llvm/llvm-project/pull/102831
More information about the cfe-commits
mailing list