[PATCH] D33029: [clang-format] add option for dangling parenthesis

2021-10-15 Thread Mike Seese via Phabricator via cfe-commits
seesemichaelj added a comment. @MyDeveloperDay Great, sounds like this revision, D33029 , is stale and being superseded by the work in D109557 . It doesn't sound like there is anyone here that is wanting to keep pushing forward

[PATCH] D33029: [clang-format] add option for dangling parenthesis

2021-07-08 Thread Mike Seese via Phabricator via cfe-commits
seesemichaelj added inline comments. Comment at: include/clang/Format/Format.h:793 + /// \endcode + bool DanglingParenthesis; + catskul wrote: > stringham wrote: > > djasper wrote: > > > stringham wrote: > > > > djasper wrote: > > > > > I don't think this is a