owenpan marked an inline comment as done. owenpan added inline comments.
================ Comment at: clang/lib/Format/UnwrappedLineParser.cpp:1641 case tok::equal: - // Fat arrows (=>) have tok::TokenKind tok::equal but TokenType - // TT_FatArrow. They always start an expression or a child block if - // followed by a curly brace. if (FormatTok->is(TT_FatArrow)) { + tryToParseCSharpLambda(); ---------------- owenpan wrote: > HazardyKnusperkeks wrote: > > Should we add the isCSharp check? > No. It was not there before, and adding it would fail several JavaScript test > cases. > Should we add the isCSharp check? Added checking for either JavaScript or C#. 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