Issue 142883
Summary `AlwaysOnePerLine` of `BinPackParameters` breaks on templates
Labels new issue
Assignees
Reporter heyer2
    As an example, this:

```cpp
void my_func(
 std::array<int32_t, 3>* a);
```

becomes this:

```cpp
void my_func(
    std::array<
        int32_t,
        3>* a);
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to