[clang-format] Extend SpaceBeforeParens for requires
authorBjörn Schäpers <bjoern@hazardy.de>
Sun, 7 Nov 2021 21:02:34 +0000 (22:02 +0100)
committerBjörn Schäpers <bjoern@hazardy.de>
Tue, 15 Feb 2022 20:37:36 +0000 (21:37 +0100)
commitb786a4aefedaf68eb7710d9c01a18ad1d0c820b7
tree2c0fa6e614fde2f3c8ed1f6b59557a78ff2611b3
parentbcd1e4612f4fa2d12a51f0708c619ae3b2deaa2b
[clang-format] Extend SpaceBeforeParens for requires

We can now configure the space between requires and the following paren,
seperate for clauses and expressions.

Differential Revision: https://reviews.llvm.org/D113369
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTest.cpp