[PATCH] D30487: ClangFormat - Add option to break before inheritance separation operator in class declaration

Sylvestre Ledru via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 1 07:03:10 PST 2017


sylvestre.ledru added inline comments.


================
Comment at: docs/ClangFormatStyleOptions.rst:430
+  If ``true``, in the class inheritance expression clang-format will
+  break before operands ``:`` and ``,`` only if there is multiple
+  inheritance.
----------------
s/is/are/



================
Comment at: docs/ClangFormatStyleOptions.rst:431
+  break before operands ``:`` and ``,`` only if there is multiple
+  inheritance.
+
----------------
s/inheritance/ inheritances/



================
Comment at: include/clang/Format/Format.h:307
+  /// \brief If ``true``, in the class inheritance expression clang-format will
+  /// break before operands ``:`` and ``,`` only if there is multiple
+  /// inheritance.
----------------
same typo


Repository:
  rL LLVM

https://reviews.llvm.org/D30487





More information about the cfe-commits mailing list