[all-commits] [llvm/llvm-project] 9c4afc: [clang-format] Rename CSharpNullConditionalSq and ...
Jonathan B Coe via All-commits
all-commits at lists.llvm.org
Mon Mar 2 07:48:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9c4afce7024aa1fe4efe2631240d1d766b4ea257
https://github.com/llvm/llvm-project/commit/9c4afce7024aa1fe4efe2631240d1d766b4ea257
Author: Jonathan Coe <jbcoe at google.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M clang/lib/Format/FormatToken.h
M clang/lib/Format/FormatTokenLexer.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
Log Message:
-----------
[clang-format] Rename CSharpNullConditionalSq and add missing test
Summary:
Rename CSharpNullConditionalSq to CSharpNullConditionalLSquare.
Add test for spaces inside [] with C# Null conditionals.
Address comments missed from https://reviews.llvm.org/D75368.
Reviewers: krasimir
Reviewed By: krasimir
Subscribers: cfe-commits
Tags: #clang-format, #clang
Differential Revision: https://reviews.llvm.org/D75456
More information about the All-commits
mailing list