[clang-format] Correct line breaks in C# generic type constraints
authorJonathan Coe <jbcoe@google.com>
Tue, 31 Mar 2020 17:41:39 +0000 (18:41 +0100)
committerJonathan Coe <jbcoe@google.com>
Tue, 31 Mar 2020 18:27:01 +0000 (19:27 +0100)
commitd1b412ae389e4e30706c326ddec192ffb2e272cf
treecace1aae83db1ebd992137014ac157a42575d9bc
parent38aebe5c04ab4cb3695dc1bcc60b9a7b55215aff
[clang-format] Correct line breaks in C# generic type constraints

Reviewers: krasimir

Reviewed By: krasimir

Subscribers: cfe-commits

Tags: #clang-format, #clang

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