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

Björn Schäpers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 28 11:42:05 PST 2021


HazardyKnusperkeks added a comment.

Does it affect calling code? `a.operator++(5);` Should it? But please add tests for that.


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