================
@@ -187,7 +188,7 @@ class ErrorReporter {
       }
       reportFix(Diag, Error.Message.Fix);
     }
-    for (auto Fix : FixLocations) {
+    for (const auto Fix : FixLocations) {
----------------
bjope wrote:

Created a PR here: https://github.com/llvm/llvm-project/pull/215775

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

Reply via email to