[compiler-rt] [flang] [llvm] [llvm] fix mustache template whitespace (PR #153724)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 29 14:51:04 PDT 2025


================
@@ -166,6 +166,10 @@ class ASTNode {
   void renderSectionLambdas(const llvm::json::Value &Contexts,
                             llvm::raw_ostream &OS, SectionLambda &L);
 
+  void indentTextNode(std::string &Body, size_t Indentation, bool FinalNode);
+
+  void indentNodes(ASTNode *Node, bool isPartial);
----------------
mdenson wrote:

accepted

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


More information about the llvm-commits mailing list