[PATCH] D63062: [clang-format] Added New Style Rule: BitFieldDeclarationsOnePerLine
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 15 11:57:05 PDT 2019
MyDeveloperDay added inline comments.
================
Comment at: unittests/Format/FormatTest.cpp:3671
+ );
+}
----------------
MyDeveloperDay wrote:
> please add a test with comments (it will get logged)
>
>
> ```
> unsigned int baz : 11, /*motor control flags*/
> add: 2 /* control code for turning the lights on */ ,
> foo: 3 /* (unused */
> ```
>
any thoughts on these comments?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63062/new/
https://reviews.llvm.org/D63062
More information about the cfe-commits
mailing list