[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:47:17 PST 2025
================
@@ -0,0 +1,35 @@
+//===--- ConditionalToIfCheck.h - clang-tidy ---------------------*- C++
+//-*-===//
----------------
EugeneZelenko wrote:
```suggestion
//===----------------------------------------------------------------------===//
```
https://github.com/llvm/llvm-project/pull/166822
More information about the cfe-commits
mailing list