[all-commits] [llvm/llvm-project] 78e2a3: [clang-format] Reflow long C# generic type constra...
Jonathan B Coe via All-commits
all-commits at lists.llvm.org
Mon Mar 23 06:41:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 78e2a3c678463caeec1524baa96cdeb6fcdb48be
https://github.com/llvm/llvm-project/commit/78e2a3c678463caeec1524baa96cdeb6fcdb48be
Author: Jonathan Coe <jbcoe at google.com>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/lib/Format/ContinuationIndenter.h
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
Log Message:
-----------
[clang-format] Reflow long C# generic type constraints correctly
Summary:
Align sequential generic type constraints on a type.
Indent sequential generic type constraints on different types as continuations.
Do not allow '(' and '<' within a generic type constraint to open new scopes.
Reviewers: krasimir
Subscribers: cfe-commits, MyDeveloperDay
Tags: #clang-format, #clang
Differential Revision: https://reviews.llvm.org/D76597
More information about the All-commits
mailing list