[all-commits] [llvm/llvm-project] fe61bc: [clang-format] Improve identification of C# nullables
Jonathan B Coe via All-commits
all-commits at lists.llvm.org
Wed Mar 4 10:14:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe61bc1a0b5a00badae9334e01e103769af4fa6c
https://github.com/llvm/llvm-project/commit/fe61bc1a0b5a00badae9334e01e103769af4fa6c
Author: Jonathan Coe <jbcoe at google.com>
Date: 2020-03-04 (Wed, 04 Mar 2020)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
Log Message:
-----------
[clang-format] Improve identification of C# nullables
Summary: Consider `? identifier =` and `? identifier;` to be nullable within function bodies.
Reviewers: krasimir
Reviewed By: krasimir
Subscribers: cfe-commits, MyDeveloperDay
Tags: #clang-format, #clang
Differential Revision: https://reviews.llvm.org/D75606
More information about the All-commits
mailing list