[PATCH] D153205: [clang-format] Support block indenting array/struct list initializers

Gedare Bloom via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 15:29:19 PDT 2023


gedare added inline comments.


================
Comment at: clang/include/clang/Format/Format.h:95-98
     /// \warning
-    ///  Note: This currently only applies to parentheses.
+    ///  Note: This currently only applies to parentheses and braced list
+    ///  initializers when ``Cpp11BracedListStyle`` is ``True``.
     /// \endwarning
----------------
owenpan wrote:
> 
This `\note` is not currently supported? I have submitted a rev D154552 to add such ability.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153205



More information about the cfe-commits mailing list