[clang] [clang-format] Allow custom pointer/ref alignment in return types (PR #169160)

via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 26 22:00:38 PST 2025


owenca wrote:

I'm open to adding options that make sense, but I don't see the rationale behind having different pointer alignments in function declarations ( e.g. `int* foo(int *)`) and type casts (e.g. `(int*)`).

https://github.com/llvm/llvm-project/pull/169160


More information about the cfe-commits mailing list