[PATCH] D151761: clang-format: Add AlignConsecutiveShortCaseStatements

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 5 01:09:16 PDT 2023


MyDeveloperDay added inline comments.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:798
+
+    case log::info:     return "info:";
+    case log::warning:  return "warning:";
----------------
Do you think the documentation should give examples of the the other cases?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151761/new/

https://reviews.llvm.org/D151761



More information about the cfe-commits mailing list