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

Anders Waldenborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 20 07:43:17 PDT 2020


wanders updated this revision to Diff 279237.
wanders retitled this revision from "[clang-format] Add SpaceAroundBitFieldColon option" to "[clang-format] Add BitFieldColonSpacing option".
wanders edited the summary of this revision.
wanders added a comment.

Renamed option to "BitFieldColonSpacing" and made it an enum of: "Both", "None," "Before", "After"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84090

Files:
  clang/docs/ClangFormatStyleOptions.rst
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Format/Format.h
  clang/lib/Format/Format.cpp
  clang/lib/Format/TokenAnnotator.cpp
  clang/unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84090.279237.patch
Type: text/x-patch
Size: 9352 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200720/187179a5/attachment.bin>


More information about the cfe-commits mailing list