[PATCH] D116283: [clang-format] Add an option to add a space between operator overloading and opening parentheses

Marek Kurdej via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 3 02:47:36 PST 2022


curdeius added inline comments.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:3760
+       true:                                  false:
+       void operator++ (int a);        vs.    void operator++(int a);
+
----------------
Please add operator call as well to the example (`object.operator++ (0)`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116283



More information about the llvm-commits mailing list