[PATCH] D36083: [utils] Add a script that runs clang in LLDB and stops it when a specified diagnostic is emitted
don hinton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 2 07:36:17 PDT 2017
hintonda added a comment.
In https://reviews.llvm.org/D36083#827745, @arphaman wrote:
> Makes sense. I'll see if I can get somewhere with the regex idea.
Btw, I created a quick prototype with sed and found that the diag strings aren't unique -- which isn't surprising since there's no requirement for that. In fact, 23 of them are just "%0".
I suppose you could add a breakpoint for multiple values.
Repository:
rL LLVM
https://reviews.llvm.org/D36083
More information about the cfe-commits
mailing list