zturner added a comment. Do I understand correctly that this will insert breakpoints on *all* clang diagnostics? That's not necessarily bad, but I was under the impression originally that it would let you pick the diagnostics you wanted to insert breakpoints on.
Also, What is the workflow for using the "clangdiag diagtool" subcommand? Would you have to do two steps, `clangdiag enable` and then `clangdiag diagtool`? If so, maybe it could just be `clangdiag enable --diagtool=<path>` https://reviews.llvm.org/D36347 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits