[PATCH] D146802: [Documentation] improved documentation of diagnostic messages by explaining thier syntax and test of clang by telling which subobject is uninitialized
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 24 06:30:29 PDT 2023
probinson added a comment.
You are combining documentation of the syntax for defining diagnostics, and changes to the content of certain diagnostics. The LLVM project wants to see one topic per patch, so these things need to be done separately.
Also, the documentation probably does not want to live in one of the many .td files that define diagnostics. It wants to go somewhere generic, and I'm not sure what a good place would be.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146802/new/
https://reviews.llvm.org/D146802
More information about the cfe-commits
mailing list