[PATCH] D43015: clang-format: Introduce BreakInheritanceList option

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 07:37:17 PST 2018


djasper added a comment.

If both this and https://reviews.llvm.org/D32525 are submitted, then we also need more tests for the combination of the two parameters.



================
Comment at: include/clang/Format/Format.h:852
+  /// \brief Different ways to break inheritance list.
+  enum BreakInheritanceListStyle {
+    /// Break inheritance list before the colon and after the commas.
----------------
Update the docs with docs/tools/dump_format_style.py.


Repository:
  rC Clang

https://reviews.llvm.org/D43015





More information about the cfe-commits mailing list