peterstys added inline comments.
================ Comment at: clang/lib/Format/UnwrappedLineParser.cpp:1955-1957 + if (Style.isCSharp() && FormatTok->is(TT_FatArrow) && + tryToParseChildBlock()) + continue; ---------------- It seems that this block could be removed altogether, because this is already done on lines 1964-165, and it's done regardless if it the language is C# or not. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115967/new/ https://reviews.llvm.org/D115967 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits