[llvm] [NFC][LLVM][Support] Misc code cleanup in ScopedPrinter (PR #161462)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 1 08:44:41 PDT 2025
================
@@ -220,59 +220,59 @@ class LLVM_ABI ScopedPrinter {
}
virtual void printNumber(StringRef Label, char Value) {
- startLine() << Label << ": " << static_cast<int>(Value) << "\n";
+ startLine() << Label << ": " << static_cast<int>(Value) << '\n';
----------------
jurahul wrote:
I stared https://discourse.llvm.org/t/micro-coding-standard-question/88469 as well, just to get a consensus here.
https://github.com/llvm/llvm-project/pull/161462
More information about the llvm-commits
mailing list