[PATCH] D101860: [clang-format] Fix C# nullable-related errors

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 5 00:44:09 PDT 2021


curdeius accepted this revision.
curdeius added a comment.
This revision is now accepted and ready to land.

LGTM pending CI.



================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:2531
+  parseRecord();
+  // This does not apply for Java, JavaScript and C#.
+  if (Style.Language == FormatStyle::LK_Java ||
----------------
Nit when you're here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101860



More information about the cfe-commits mailing list