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

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


MyDeveloperDay added a comment.

In principle, this looks ok.



================
Comment at: clang/unittests/Format/FormatTest.cpp:12163
                "int       oneTwoThree : 23 = 0;",
                Alignment);
----------------
you are missing a CHECK_PARSE_BOOL test


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