[PATCH] D113369: [clang-format] Extend SpaceBeforeParens for requires
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 14 08:01:51 PST 2022
Quuxplusone added inline comments.
================
Comment at: clang/docs/ClangFormatStyleOptions.rst:4007
+ * ``bool AfterRequiresKeywordInRequiresClause`` If ``true``, put space between requires keyword in a requires clause and
+ opening parentheses, if there is one.
----------------
curdeius wrote:
> Wouldn't `AfterRequiresInClause`/`AfterRequiresInExpression` be meaningful enough?
+1, I have no problem with `AfterRequiresInClause` and `AfterRequiresInExpression`!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113369/new/
https://reviews.llvm.org/D113369
More information about the cfe-commits
mailing list