[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:42 PST 2025


================
@@ -65,6 +65,7 @@
 #include "UseAnyOfAllOfCheck.h"
 #include "UseConcisePreprocessorDirectivesCheck.h"
 #include "UseStdMinMaxCheck.h"
+#include "ConditionalToIfCheck.h"
----------------
EugeneZelenko wrote:

Alphabetical order, please.

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


More information about the cfe-commits mailing list