[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:33:29 PST 2025
================
@@ -1,4 +1,5 @@
-//===--- ConditionalToIfCheck.cpp - clang-tidy -------------------*- C++ -*-===//
+//===--- ConditionalToIfCheck.cpp - clang-tidy -------------------*- C++
+//-*-===//
----------------
EugeneZelenko wrote:
```suggestion
//===----------------------------------------------------------------------===//
```
Emacs stuff was removed (at least from Clang-Tidy code) recently. Same for other file.
https://github.com/llvm/llvm-project/pull/166822
More information about the cfe-commits
mailing list