[PATCH] D116283: [clang-format] Add an option to add a space between operator overloading and opening parentheses
Rajat Bajpai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 3 05:46:23 PST 2022
rajatbajpai added a comment.
In D116283#3216235 <https://reviews.llvm.org/D116283#3216235>, @MyDeveloperDay wrote:
> LGTM, could you add a release note into docs/ReleaseNotes.rst?
Sure, will do.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:3760
+ true: false:
+ void operator++ (int a); vs. void operator++(int a);
+
----------------
curdeius wrote:
> Please add operator call as well to the example (`object.operator++ (0)`).
Sure, will add.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116283/new/
https://reviews.llvm.org/D116283
More information about the cfe-commits
mailing list