[clang-format] C# always regards && as a binary operator
authorJonathan Coe <jbcoe@google.com>
Tue, 5 May 2020 13:05:00 +0000 (14:05 +0100)
committerJonathan Coe <jbcoe@google.com>
Tue, 5 May 2020 13:05:00 +0000 (14:05 +0100)
commit047898c9aa1d8858fa0d87f7e349749222cabf22
treef0b593db74802226be9b858152fb0d076797c462
parent1de4e5693317c1e34cae4740d6c9c6733e5ed3fd
[clang-format] C# always regards && as a binary operator

Reviewers: krasimir, MyDeveloperDay

Reviewed By: MyDeveloperDay

Subscribers: cfe-commits

Tags: #clang-format, #clang

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