[all-commits] [llvm/llvm-project] 7d2fdd: [clang-format] parse C# object initialisers
Jonathan B Coe via All-commits
all-commits at lists.llvm.org
Wed Mar 4 04:17:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7d2fdd3f6639731284dd8b6b274f01f04fd19215
https://github.com/llvm/llvm-project/commit/7d2fdd3f6639731284dd8b6b274f01f04fd19215
Author: Jonathan Coe <jbcoe at google.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
Log Message:
-----------
[clang-format] parse C# object initialisers
Summary:
Treat C# object initializers as braced lists.
Allow lambdas inside C# braced lists.
Reviewers: krasimir
Reviewed By: krasimir
Subscribers: cfe-commits, MyDeveloperDay
Tags: #clang-format, #clang
Differential Revision: https://reviews.llvm.org/D75473
More information about the All-commits
mailing list