[clang-tools-extra] [clang-tidy] use upper case letters for bool conversion suffix (PR #102831)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 18 13:12:17 PDT 2024


================
@@ -133,3 +133,17 @@ Options
 
    When `true`, the check will allow conditional pointer conversions. Default
    is `false`.
+
+.. option::  UseUpperCaseLiteralSuffix
+
+   When `true`, the replacements will use an uppercase literal suffix in the
+   provided fixes. Default a lowercase literal suffix is used.
----------------
carlosgalvezp wrote:

Default is `false`.

https://github.com/llvm/llvm-project/pull/102831


More information about the cfe-commits mailing list