[PATCH] D63062: [clang-format] Added New Style Rule: BitFieldDeclarationsOnePerLine

Manikishan Ghantasala via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 15 12:23:40 PDT 2019


Manikishan marked 5 inline comments as done.
Manikishan added inline comments.


================
Comment at: unittests/Format/FormatTest.cpp:3671
+  );
+} 
 
----------------
MyDeveloperDay wrote:
> 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?
Sorry, I totally have to keep this aside because of some reasons, will update within a day.


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