================
@@ -1617,37 +1618,39 @@ void WhitespaceManager::generateChanges() {
       auto New = Changes[i].OriginalWhitespaceRange;
       // Do not generate two replacements for the same location.  As a special
       // case, it is allowed if there is a replacement for the empty range
-      // between 2 tokens and another non-empty range at the start of the 
second
-      // token.  We didn't implement logic to combine replacements for 2
-      // consecutive source ranges into a single replacement, because the
+      // between 2 tokens and another non-empty range at the start of the
----------------
sstwcw wrote:

It looks like the latest version of this pull request no longer has the 
problem.  The program only reflows the comment when it is over the column 
limit.  So you need to replace the comments that you did not change with the 
main version.

https://github.com/llvm/llvm-project/pull/143781
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to