[clang] [llvm] [DLCov 2/5] Implement DebugLoc coverage tracking (PR #107279)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 07:00:38 PDT 2025


SLTozer wrote:

> It would be great to also have some documentation that shows step by step how you've used these abilities to find the bugs you've found.

SGTM - I think that should come in a separate patch. I have a branch with all my changes on it (not stable, I rebase semi-regularly) [here](https://github.com/SLTozer/llvm-project/tree/llvm-project-coverage-tracker), where the patches can be divided into 3 categories: bug fixes, the coverage tracking feature, and a variety of random tweaks and features I've added to display info and help myself triage bugs. I haven't yet put any work into getting the last category merge-ready, but I think that would be the appropriate place for such documentation to go.

https://github.com/llvm/llvm-project/pull/107279


More information about the llvm-commits mailing list