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

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 5 02:41:28 PDT 2021


krasimir added inline comments.


================
Comment at: clang/lib/Format/FormatTokenLexer.cpp:135
       return;
+    }
   }
----------------
nit: use spaces for indentation, no tabs (Phabricator makes it look this line starts with a tab character)


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