================
@@ -1316,6 +1316,7 @@ std::string GDBRemoteCommunication::ExpandRLE(std::string
packet) {
} else {
decoded.push_back(*c);
}
+ c++;
----------------
bulbazord wrote:
Having the `c++` here is equivalent to having it in the "increment" portion of
the for loop construct, why move it here?
https://github.com/llvm/llvm-project/pull/94844
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits