================
@@ -5121,6 +5121,21 @@ struct FormatStyle {
/// \version 7
bool SpaceBeforeCtorInitializerColon;
+ /// If ``false``, spaces will be removed after constructor initializer colon.
+ /// \code
+ /// true: false:
+ /// Foo::Foo() : a(a) {} Foo::Foo() :a(a) {}
+ /// \endcode
+ /// \version 22
----------------
HazardyKnusperkeks wrote:
```suggestion
/// \version 23
```
22 is already shipped.
https://github.com/llvm/llvm-project/pull/190657
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits