[clang-tools-extra] Add refactoring tool to convert between ternary (?:) expressions and equivalent if/else statements (PR #166822)

via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 7 10:23:41 PST 2025


================
@@ -62,6 +62,7 @@ add_clang_library(clangTidyReadabilityModule STATIC
   UseAnyOfAllOfCheck.cpp
   UseConcisePreprocessorDirectivesCheck.cpp
   UseStdMinMaxCheck.cpp
+  ConditionalToIfCheck.cpp 
----------------
EugeneZelenko wrote:

Please keep alphabetical order.

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


More information about the cfe-commits mailing list