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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
