[PATCH] D75368: [clang-format] Handle NullCoalescing and NullConditional operators in C#

Jonathan B Coe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 2 05:29:43 PST 2020


jbcoe updated this revision to Diff 247610.
jbcoe edited the summary of this revision.
jbcoe added a comment.

Do not add new punctuators for ??, ?. and ?[


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75368/new/

https://reviews.llvm.org/D75368

Files:
  clang/lib/Format/FormatToken.h
  clang/lib/Format/FormatTokenLexer.cpp
  clang/lib/Format/FormatTokenLexer.h
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTestCSharp.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75368.247610.patch
Type: text/x-patch
Size: 8020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200302/94709574/attachment.bin>


More information about the cfe-commits mailing list