[clang] [ClangFormat] Fix indent in child lines within a macro argument. (PR #82523)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 23 00:24:31 PST 2024


================
@@ -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


More information about the cfe-commits mailing list