================ @@ -56,7 +56,7 @@ class HTMLTag { operator bool() = delete; bool IsSelfClosing() const; - llvm::SmallString<16> ToString() const; + const char* toString() const; ---------------- ilovepi wrote: done https://github.com/llvm/llvm-project/pull/96921