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

2020-05-09 Thread Bhopesh Bassi via Phabricator via cfe-commits
bbassi added a comment.

@MyDeveloperDay Thanks. This would be my first revision and I have few 
questions before I start coding. Would you be able to answer those over email? 
They are mainly about the design of clang-format and some existing options.


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

https://reviews.llvm.org/D33029



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2020-04-12 Thread Bhopesh Bassi via Phabricator via cfe-commits
bbassi added a comment.

@MyDeveloperDay  hey, I am currently working on this, and adding a new option 
called BreakBeforeClosingBracket. I have some questions to understand the 
existing code, they might not be directly linked to this change so I am not 
sure if this the best place to ask those questions. What do you think? e.g. I 
don't understand what FakeLParens is and have some questions about that.


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

https://reviews.llvm.org/D33029



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2020-03-30 Thread Bhopesh Bassi via Phabricator via cfe-commits
bbassi added a comment.

@MyDeveloperDay Can you please share your thoughts on my comment above?


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

https://reviews.llvm.org/D33029



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2020-03-27 Thread Bhopesh Bassi via Phabricator via cfe-commits
bbassi added a comment.

I don't think that's quite right. Then you will also have to have a 
`AlignWithDanglingParenthesis` for cases when people still want closing 
parenthesis on new line but want parameters as well as closing parenthesis to 
be aligned with opening parenthesis. I think we need a separate option, 
something like `BreakBeforeClosingBracket`.


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

https://reviews.llvm.org/D33029



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2020-03-27 Thread Bhopesh Bassi via Phabricator via cfe-commits
bbassi added a comment.

@stringham @MyDeveloperDay I have some questions.

- As some have pointed out DanglingParenthesis might be a confusing name, so 
should we try to call it something like BreakBeforeClosingBracket? When this 
option when is set to true we will always break before closing bracket.



- My use case is slightly different. I want each argument/parameter on it's own 
line and always have a break after opening bracket and before closing bracket. 
In other words, I don't want it to try to bin packing at all. What do you think 
about incorporating that use-case in current one? or if that should be a 
separate change.


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

https://reviews.llvm.org/D33029



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


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

2020-03-26 Thread Bhopesh Bassi via Phabricator via cfe-commits
bbassi added a comment.

@MyDeveloperDay Is someone working on fixing the breaking tests and merging it? 
I need this feature so if someone isn't working on it already, I can take it.


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

https://reviews.llvm.org/D33029



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits