[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
Wed May 5 11:38:04 PDT 2021


HazardyKnusperkeks added inline comments.


================
Comment at: clang/lib/Format/FormatTokenLexer.cpp:135
       return;
+    }
   }
----------------
krasimir wrote:
> nit: use spaces for indentation, no tabs (Phabricator makes it look this line starts with a tab character)
That's not a tab, I fell for that one too once. It just visualizes that there was only whitespace added.


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