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

via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 14 03:46:04 PDT 2024


================
@@ -36,6 +36,7 @@ class ImplicitBoolConversionCheck : public ClangTidyCheck {
 
   const bool AllowIntegerConditions;
   const bool AllowPointerConditions;
+  const bool UseUpperCaseSuffix;
----------------
Da-Viper wrote:

Will this also apply to the option passed into clang-tidy 

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


More information about the cfe-commits mailing list