================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to