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

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 06:32:56 PDT 2017


arphaman added a comment.

My script relies on a hack to map the name of the diagnostic to the enum value. We need to come up with a better to map the diagnostic name to the enum value. I propose a new utility tool that would take the name of the   diagnostic and map it back to the enum value.


https://reviews.llvm.org/D35175





More information about the cfe-commits mailing list