[all-commits] [llvm/llvm-project] 5f104a: [clang-format] Add space between method modifier a...
lbk-dm via All-commits
all-commits at lists.llvm.org
Mon Aug 10 06:01:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f104a809983aa3b90f75fb411a9c8472545d270
https://github.com/llvm/llvm-project/commit/5f104a809983aa3b90f75fb411a9c8472545d270
Author: Ćukasz Krawczyk <lukaszkrawczyk at google.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
Log Message:
-----------
[clang-format] Add space between method modifier and a tuple return type in C#
"public (string name, int age) methodTuple() {}" is now properly spaced
Patch by lukaszkrawczyk at google.com
Reviewed By: jbcoe, krasimir
Differential Revision: https://reviews.llvm.org/D85016
More information about the All-commits
mailing list