[all-commits] [llvm/llvm-project] 1514df: [docs] Rewrite selected Clang docs to Markdown (#2...

Reid Kleckner via All-commits all-commits at lists.llvm.org
Wed Jul 15 13:54:25 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1514df333358c221db20f841ecdbcc217409e89f
      https://github.com/llvm/llvm-project/commit/1514df333358c221db20f841ecdbcc217409e89f
  Author: Reid Kleckner <rkleckner at nvidia.com>
  Date:   2026-07-15 (Wed, 15 Jul 2026)

  Changed paths:
    M clang/docs/AMDGPUSupport.md
    M clang/docs/APINotes.md
    M clang/docs/AllocToken.md
    M clang/docs/BoundsSafety.md
    M clang/docs/BoundsSafetyAdoptionGuide.md
    M clang/docs/BoundsSafetyImplPlans.md
    M clang/docs/CIR/index.md
    M clang/docs/CXXTypeAwareAllocators.md
    M clang/docs/ClangPlugins.md
    M clang/docs/CommandGuide/index.md
    M clang/docs/ControlFlowIntegrity.md
    M clang/docs/DebuggingCoroutines.md
    M clang/docs/ExternalClangExamples.md
    M clang/docs/FAQ.md
    M clang/docs/IntroductionToTheClangAST.md
    M clang/docs/LibClang.md
    M clang/docs/LibFormat.md
    M clang/docs/LibTooling.md
    M clang/docs/RISCVSupport.md
    M clang/docs/Tooling.md

  Log Message:
  -----------
  [docs] Rewrite selected Clang docs to Markdown (#209283)

Tracking issue: https://github.com/llvm/llvm-project/issues/201242
Migration guide docs:
https://llvm.org/docs/SphinxQuickstartTemplate.html#markdown-migration-guidelines
RFC:
https://discourse.llvm.org/t/rfc-make-myst-markdown-the-llvm-docs-format-rip-rest/90840

This was prepared with rst2myst plus LLM-assisted cleanup. I paged
through all the generated HTML looking for migration artifacts, and all
of the differences I could find appear to be formatting error
corrections.

I noticed that there is a large block of literal rst text in APINotes.md, but I will defer that for later cleanup.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list