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

Kim Gräsman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 9 08:40:19 PST 2017


kimgr added a comment.

Oops, the flag is called `BreakBeforeInhertianceComma` with a misspelling throughout. May want to search for `inhertiance` throughout and see if there are more cases.



================
Comment at: docs/ClangFormatStyleOptions.rst:531
 
+**BreakBeforeInhertianceComma** (``bool``)
+  If ``true``, in the class inheritance expression clang-format will
----------------
Tyop: Inhertiance


Repository:
  rL LLVM

https://reviews.llvm.org/D30487





More information about the cfe-commits mailing list