[PATCH] D93846: [clang-format] PR16518 Add flag to suppress empty line insertion before access modifier

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 25 01:14:57 PST 2021


curdeius added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:8943
+               Style);
+  Style = getLLVMStyle();
+  Style.EmptyLineBeforeAccessModifier = FormatStyle::ELBAMS_Never;
----------------
Redundant line.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93846



More information about the cfe-commits mailing list