[llvm-branch-commits] [clang] [docs] Finish MyST migration for remaining Clang docs (PR #220381)
Ambrose Leeb via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 1 14:46:29 PDT 2026
https://github.com/Sirraide commented:
LGTM. I only spotted one place where the new formatting went awry a bit:
<img width="1756" height="341" alt="Image" src="https://github.com/user-attachments/assets/dfa4c30d-954b-43d3-88b9-816e11be4a0b" />
(left: before, right: after)
Here, we end up with `\\0` instead of `\0` in the code snippet in the bottom right.
Conversely, however, there were quite a few places where this change _fixes_ the formatting because someone got confused by RST and wrote `` `code` `` where they should have used ` ``code`` `.
https://github.com/llvm/llvm-project/pull/220381
More information about the llvm-branch-commits
mailing list