[PATCH] D55508: [clang-tidy] insert release notes for new checkers alphabetically
Jonas Toth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 10 11:51:33 PST 2018
JonasToth added a comment.
In D55508#1325960 <https://reviews.llvm.org/D55508#1325960>, @Eugene.Zelenko wrote:
> By the word, will be good idea to have script which check alphabetical order and use it during build. Sometimes alphabetical order may be violated after merge with trunk.
I think that should be in the `validate-check.py` proposed in the other patch. If we just add it to the normal testing/documentation generation it would be best. I think it is like a unit-test in spirit.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55508/new/
https://reviews.llvm.org/D55508
More information about the llvm-commits
mailing list