wallace added inline comments.
================
Comment at: lldb/tools/lldb-vscode/lldb-vscode.cpp:960
+ int commit_points_index = -1;
+ for (uint32_t breakpoint_index = 0; breakpoint_index <
commit_points.size(); breakpoint_index++) {
+ int breakpoint_position = match.rfind(commit_points[breakpoint_index]);
----------------
int or size_t is fine
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73506/new/
https://reviews.llvm.org/D73506
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits