| Issue |
165999
|
| Summary |
[clang-tidy][CI] Add validation of alphabetical structure in clang-tidy docs.
|
| Labels |
clang-tidy
|
| Assignees |
|
| Reporter |
vbvictor
|
In clang-tidy, we have some files "alphabetical" format (e.g. there are N entries should be in alphabetical order).
Examples of these files are:
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/clang-tidy/checks/list.rst?plain=1
https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/docs/ReleaseNotes.rst?plain=1
We need a test or a CI-job that will check that those files are kept alphabetical.
I suspect it should be a simple python script that we could run as a `lit` test.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs