malcolm.parsons added inline comments.

================
Comment at: lib/Sema/SemaLambda.cpp:1567
+            if (!CurHasPreviousCapture && !IsLast) {
+              // If there are no captures preceding this capture, remove the
+              // following comma.
----------------
In clang-tidy checks, removal of commas is handled automatically by 
`format::cleanupAroundReplacements()`.
Is that not the case in clang?


Repository:
  rC Clang

https://reviews.llvm.org/D48845



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to