[PATCH] D36347: Add new script to launch lldb and set breakpoints for diagnostics all diagnostics seen.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 4 20:23:35 PDT 2017
rjmccall edited reviewers, added: jasonmolenda, spyffe; removed: rjmccall.
rjmccall added a comment.
Since this is fundamentally an LLDB script, I've tagged a couple of LLDB people to review it.
Jason, Sean: the idea here is to make it easier for clang developers to debug unexpected diagnostics by automatically setting breakpoints on the places that originate the observed diagnostics.
https://reviews.llvm.org/D36347
More information about the cfe-commits
mailing list