[PATCH] D84090: [clang-format] Add SpaceAroundBitFieldColon option

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 18 06:45:48 PDT 2020


MyDeveloperDay added a comment.

please clang-format



================
Comment at: clang/include/clang/Format/Format.h:2236
+  /// \endcode
+  bool SpaceAroundBitFieldColon;
+
----------------
We need to regenerate the ClangFormatStyleOptions.rst from this change

run clang/docs/tool/dump_format_style.py

Please add a release note too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84090





More information about the cfe-commits mailing list