================
@@ -5121,14 +5121,20 @@ struct FormatStyle {
   /// \version 7
   bool SpaceBeforeCtorInitializerColon;
 
-  /// If ``false``, spaces will be removed before inheritance colon
-  /// and enum underlying type colon.
+  /// If ``false``, spaces will be removed before enum underlying type colon.
   /// \code
   ///    true:                                  false:
-  ///    class Foo : Bar {}             vs.     class Foo: Bar {}
   ///    enum E : int {}                        enum E: int {}
   /// \endcode
   /// \version 7
----------------
HazardyKnusperkeks wrote:

23

https://github.com/llvm/llvm-project/pull/189011
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to