[llvm-dev] Clang format wrapping bug

Robert Dailey via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 31 19:04:38 PDT 2019


Thanks for responding. I did reply back, but basically I want what you
suggest but without it aligning parameters to the open parenthesis of
the function. It should fill as many arguments/parameters on one line
as possible, then break after the comma at the end, indent once, and
start filling parameters/arguments on the next line. This will repeat
until all arguments are wrapped.

On Thu, Oct 31, 2019 at 6:05 PM MyDeveloper Day
<mydeveloperday at gmail.com> wrote:
>
> I've put some comments in the bug, please let me know if that helps
>
> MyDeveloperDay.
>
> On Thu, Oct 31, 2019 at 10:04 PM Robert Dailey via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>
>> I filed a bug a long time ago here:
>>
>> https://bugs.llvm.org/show_bug.cgi?id=41559
>>
>> It's an issue with how clang format isn't breaking function arguments
>> as expected. I haven't seen a response. How can I go about getting the
>> attention of the developers?
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list