https://github.com/mydeveloperday commented:

Doesn't this show a change in default formatting from

```c++
template <class CCC1,
          template <class CCC2, template <class CCC3, class CCC4> class QQQ>
          class PPP>
void comment_to_html_conversion_22()
```

```c++
template <class CCC1,
          template <class CCC2,
                    template <class CCC3, class CCC4> class QQQ> class PPP>
void comment_to_html_conversion_22()
```
I think the fact that the previous test failed shows more that we have changed 
the default. Is this the change we expect? maybe we could add a unit test to 
assert the new behavior if that is desired

https://github.com/llvm/llvm-project/pull/96396
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to