[PATCH] D101702: [clang-format] Add more support for C# 8 nullables
Eliza via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 1 15:11:04 PDT 2021
exv created this revision.
exv added reviewers: krasimir, MyDeveloperDay.
exv requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This adds support for the null-coalescing assignment and null-forgiving
oeprators.
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-coalescing-operator
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-forgiving
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101702
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: D101702.342183.patch
Type: text/x-patch
Size: 6526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210501/6be683c7/attachment.bin>
More information about the cfe-commits
mailing list