[llvm-branch-commits] [llvm] [llvm][mustache] Simplify debug logging (PR #159193)

Petr Hosek via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Sep 29 23:35:54 PDT 2025


================
@@ -545,7 +571,7 @@ class AddIndentationStringStream : public MustacheOutputStream {
     Indent.resize(Indentation, ' ');
 
     for (char C : Data) {
-      LLVM_DEBUG(dbgs() << "IndentationStream: NeedsIndent=" << NeedsIndent
+      LLVM_DEBUG(dbgs() << "[IndentationStream] NeedsIndent=" << NeedsIndent
----------------
petrhosek wrote:

It's not clear to me where we use `FooBar` and when we use `Foo Bar` since there doesn't seem to be much consistency but it doesn't matter too much.

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


More information about the llvm-branch-commits mailing list