[PATCH] D126495: [clang-tidy] Organize test docs into subdirectories by module (NFC)
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 8 21:55:15 PDT 2022
njames93 added a comment.
In D126495#3568998 <https://reviews.llvm.org/D126495#3568998>, @LegalizeAdulthood wrote:
> Gentle ping
My previous point about the links in the header files not being updated hasn't been addressed.
It would also be nice if there was a redirect that would dynamically translate the old links to new links. A regex like this would do the job, but I have no idea on the inner workings of sphinx in order to set this up: -`clang-tidy/checks/(\w+)(-\w+)+` -> `clang-tidy/checks/$1/$2`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126495/new/
https://reviews.llvm.org/D126495
More information about the cfe-commits
mailing list