[PATCH] D101702: [clang-format] Add more support for C# 8 nullables

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 3 13:27:08 PDT 2021


HazardyKnusperkeks added inline comments.


================
Comment at: clang/unittests/Format/FormatTestCSharp.cpp:365
+
+  verifyFormat("test \?\?= ABC;", Style);
+  verifyFormat("test \?\?= true;", Style);
----------------
Why do you escape `?`? I've never seen that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101702



More information about the cfe-commits mailing list