[clang] [clang-format] Allow array alignment on non-rectangular arrays (PR #143781)

Ben Dunkin via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 18 10:49:15 PDT 2025


================
@@ -1609,6 +1602,10 @@ WhitespaceManager::linkCells(CellDescriptions &&CellDesc) {
   return std::move(CellDesc);
 }
 
+void WhitespaceManager::setChangeSpaces(unsigned Start, unsigned Spaces) {
----------------
bdunkin wrote:

The member function is a convenience for using the non member function. The non member function is required because there are static helper functions that need this functionality as well.

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


More information about the cfe-commits mailing list