[PATCH] D153579: [clang-format] Align consecutive function pointers and references

2023-06-22 Thread Gedare Bloom via Phabricator via cfe-commits
gedare updated this revision to Diff 533745. gedare edited the summary of this revision. gedare added a comment. Split and keep right-aligned references, will put function pointers in new rev Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153579/new/

[PATCH] D153579: [clang-format] Align consecutive function pointers and references

2023-06-22 Thread Björn Schäpers via Phabricator via cfe-commits
HazardyKnusperkeks added a comment. Could you please split this into two reviews? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D153579/new/ https://reviews.llvm.org/D153579 ___ cfe-commits mailing list c

[PATCH] D153579: [clang-format] Align consecutive function pointers and references

2023-06-22 Thread Gedare Bloom via Phabricator via cfe-commits
gedare created this revision. Herald added projects: All, clang, clang-format. Herald added a subscriber: cfe-commits. Herald added reviewers: rymiel, HazardyKnusperkeks, owenpan, MyDeveloperDay. gedare requested review of this revision. Allows alignment of consecutive declarations that include fu