[llvm-branch-commits] [clang-tools-extra] [clang-tidy][docs] Generate static analyzer check docs as Markdown (PR #211449)
Reid Kleckner via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 22 19:54:17 PDT 2026
rnk wrote:
OK, @zeyi2 & @vbvictor , this was the next batch I mentioned from the last PR. The generator script here is the focus.
Supposedly there is no way to represent meta refreshes in pure reST, so I had to resort to {eval-rst} blocks to encode the redirects. Perhaps with markdown we could embed raw HTML and express the meta refresh header that way, but this seemed like the most natural way to proceed for now.
https://github.com/llvm/llvm-project/pull/211449
More information about the llvm-branch-commits
mailing list