[PATCH] D35175: New option that adds the DiagID enum name and index to Diagnostic output.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 01:29:13 PDT 2017


rjmccall added a comment.

To me, features that only serve to help compiler development need to meet a higher bar than this.  This just seems really marginal.

Like Alex said, you should be able to pretty easily write a debugger script that breaks when it sees a specific diagnostic, or a diagnostic at a specific line and column.  That would be quite welcome in utils/.


https://reviews.llvm.org/D35175





More information about the cfe-commits mailing list