[PATCH] D110833: [clang-format] Refactor SpaceBeforeParens to add options

C. Rayroud via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 29 08:24:53 PST 2021


crayroud added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:14165
+  SpaceFuncDecl.SpaceBeforeParens = FormatStyle::SBPO_Custom;
+  SpaceFuncDecl.SpaceBeforeParensOptions.AfterFunctionDeclarationName = true;
+
----------------
MyDeveloperDay wrote:
> are you testing the -ve case anywhere?
What do you mean by "-ve case" ?


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

https://reviews.llvm.org/D110833



More information about the cfe-commits mailing list