[clang] [clang-format] Fix a bug in wrapping function return type (PR #129374)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 6 02:00:12 PST 2025


================
@@ -5091,8 +5091,10 @@ UnwrappedLineParser::parseMacroCall() {
 void UnwrappedLineParser::pushToken(FormatToken *Tok) {
   Line->Tokens.push_back(UnwrappedLineNode(Tok));
   if (MustBreakBeforeNextToken) {
----------------
HazardyKnusperkeks wrote:

Good.

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


More information about the cfe-commits mailing list