================ @@ -420,6 +420,8 @@ struct UnwrappedLineNode { SmallVector<UnwrappedLine, 0> Children; }; +std::ostream &operator<<(std::ostream &Stream, const UnwrappedLine &Line); + ---------------- owenca wrote: Delete. https://github.com/llvm/llvm-project/pull/82523