[clang] [clang-format] Improve function pointer CastRParen detection. (PR #126019)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 19:09:11 PST 2025


owenca wrote:

The root cause is that the l_paren after the return type is not annotated. That's why the space between them is missing.

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


More information about the cfe-commits mailing list