sstwcw wrote:

> The `TT_PointerOrReference` token (`*`, `&`, or `&&`) before a declarator is 
> part of the type and should not go with the declarator, so wrapping before 
> `*` doesn't make sense IMO.

> I'd say break before `*` because `const` qualifies it.

Do I get it right?  The program should prefer breaking after the `*const` part 
and fall back to breaking before the `*const` part when the former violates the 
column limit, regardless of the PAS configuration.

https://github.com/llvm/llvm-project/pull/164686
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to