[clang] [clang-format] Allow array alignment on non-rectangular arrays (PR #143781)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 17 09:01:55 PDT 2025
================
@@ -1609,6 +1602,10 @@ WhitespaceManager::linkCells(CellDescriptions &&CellDesc) {
return std::move(CellDesc);
}
+void WhitespaceManager::setChangeSpaces(unsigned Start, unsigned Spaces) {
----------------
HazardyKnusperkeks wrote:
What's the reason for a member and a non member function?
https://github.com/llvm/llvm-project/pull/143781
More information about the cfe-commits
mailing list