[clang-format] Brace breaking for C# lambdas
authorJonathan Coe <jbcoe@google.com>
Mon, 8 Jun 2020 20:22:02 +0000 (21:22 +0100)
committerJonathan Coe <jbcoe@google.com>
Tue, 9 Jun 2020 09:20:01 +0000 (10:20 +0100)
commit7117066bd6182f53ec9f97d2e5e81de27c2e0db0
treeed103e42c36f50373b1016a97e5f7a0ec9d73748
parent3323a628ec821b8b75d3b60bf1510931f97d3883
[clang-format] Brace breaking for C# lambdas

Reviewers: krasimir, MyDeveloperDay

Reviewed By: krasimir

Subscribers: cfe-commits

Tags: #clang-format, #clang

Differential Revision: https://reviews.llvm.org/D81394
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTestCSharp.cpp