[all-commits] [llvm/llvm-project] 2bd697: [clang-format] Wrap lines for C# property accessors

Jonathan B Coe via All-commits all-commits at lists.llvm.org
Tue Feb 25 06:24:07 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bd6974aaa664f01e8822514295425fee380b131
      https://github.com/llvm/llvm-project/commit/2bd6974aaa664f01e8822514295425fee380b131
  Author: Jonathan Coe <jbcoe at google.com>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

  Changed paths:
    M clang/lib/Format/UnwrappedLineFormatter.cpp
    M clang/unittests/Format/FormatTestCSharp.cpp

  Log Message:
  -----------
  [clang-format]  Wrap lines for C# property accessors

Summary: Ensure that auto-implemented properties `{ get; private set }` are wrapped on to one line for C# code.

Reviewers: MyDeveloperDay, krasimir

Reviewed By: MyDeveloperDay, krasimir

Subscribers: cfe-commits

Tags: #clang-format, #clang

Differential Revision: https://reviews.llvm.org/D75006




More information about the All-commits mailing list