[clang] cf293b0 - [docs] Rename selected Clang docs to Markdown (#209281)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 15 13:49:33 PDT 2026
Author: Reid Kleckner
Date: 2026-07-15T13:49:27-07:00
New Revision: cf293b069a6a1938bcef9271b04b6abc9e3292f8
URL: https://github.com/llvm/llvm-project/commit/cf293b069a6a1938bcef9271b04b6abc9e3292f8
DIFF: https://github.com/llvm/llvm-project/commit/cf293b069a6a1938bcef9271b04b6abc9e3292f8.diff
LOG: [docs] Rename selected Clang docs to Markdown (#209281)
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 is the initial straight rename commit. It will probably break the
docs build, but it has to be a separate PR for blame preservation
purposes.
Added:
clang/docs/AMDGPUSupport.md
clang/docs/APINotes.md
clang/docs/AllocToken.md
clang/docs/BoundsSafety.md
clang/docs/BoundsSafetyAdoptionGuide.md
clang/docs/BoundsSafetyImplPlans.md
clang/docs/CIR/index.md
clang/docs/CXXTypeAwareAllocators.md
clang/docs/ClangPlugins.md
clang/docs/CommandGuide/index.md
clang/docs/ControlFlowIntegrity.md
clang/docs/DebuggingCoroutines.md
clang/docs/ExternalClangExamples.md
clang/docs/FAQ.md
clang/docs/IntroductionToTheClangAST.md
clang/docs/LibClang.md
clang/docs/LibFormat.md
clang/docs/LibTooling.md
clang/docs/RISCVSupport.md
clang/docs/Tooling.md
Modified:
.github/new-prs-labeler.yml
Removed:
clang/docs/AMDGPUSupport.rst
clang/docs/APINotes.rst
clang/docs/AllocToken.rst
clang/docs/BoundsSafety.rst
clang/docs/BoundsSafetyAdoptionGuide.rst
clang/docs/BoundsSafetyImplPlans.rst
clang/docs/CIR/index.rst
clang/docs/CXXTypeAwareAllocators.rst
clang/docs/ClangPlugins.rst
clang/docs/CommandGuide/index.rst
clang/docs/ControlFlowIntegrity.rst
clang/docs/DebuggingCoroutines.rst
clang/docs/ExternalClangExamples.rst
clang/docs/FAQ.rst
clang/docs/IntroductionToTheClangAST.rst
clang/docs/LibClang.rst
clang/docs/LibFormat.rst
clang/docs/LibTooling.rst
clang/docs/RISCVSupport.rst
clang/docs/Tooling.rst
################################################################################
diff --git a/.github/new-prs-labeler.yml b/.github/new-prs-labeler.yml
index 4aff050ea1997..d5a52dc2cf11a 100644
--- a/.github/new-prs-labeler.yml
+++ b/.github/new-prs-labeler.yml
@@ -501,7 +501,7 @@ mlir:vectorops:
coroutines:
- changed-files:
- any-glob-to-any-file:
- - clang/docs/DebuggingCoroutines.rst
+ - clang/docs/DebuggingCoroutines.md
- clang/lib/Sema/SemaCoroutine.cpp
- clang/lib/CodeGen/CGCoroutine.cpp
- clang/test/CodeGenCoroutines/**
diff --git a/clang/docs/AMDGPUSupport.rst b/clang/docs/AMDGPUSupport.md
similarity index 100%
rename from clang/docs/AMDGPUSupport.rst
rename to clang/docs/AMDGPUSupport.md
diff --git a/clang/docs/APINotes.rst b/clang/docs/APINotes.md
similarity index 100%
rename from clang/docs/APINotes.rst
rename to clang/docs/APINotes.md
diff --git a/clang/docs/AllocToken.rst b/clang/docs/AllocToken.md
similarity index 100%
rename from clang/docs/AllocToken.rst
rename to clang/docs/AllocToken.md
diff --git a/clang/docs/BoundsSafety.rst b/clang/docs/BoundsSafety.md
similarity index 100%
rename from clang/docs/BoundsSafety.rst
rename to clang/docs/BoundsSafety.md
diff --git a/clang/docs/BoundsSafetyAdoptionGuide.rst b/clang/docs/BoundsSafetyAdoptionGuide.md
similarity index 100%
rename from clang/docs/BoundsSafetyAdoptionGuide.rst
rename to clang/docs/BoundsSafetyAdoptionGuide.md
diff --git a/clang/docs/BoundsSafetyImplPlans.rst b/clang/docs/BoundsSafetyImplPlans.md
similarity index 100%
rename from clang/docs/BoundsSafetyImplPlans.rst
rename to clang/docs/BoundsSafetyImplPlans.md
diff --git a/clang/docs/CIR/index.rst b/clang/docs/CIR/index.md
similarity index 100%
rename from clang/docs/CIR/index.rst
rename to clang/docs/CIR/index.md
diff --git a/clang/docs/CXXTypeAwareAllocators.rst b/clang/docs/CXXTypeAwareAllocators.md
similarity index 100%
rename from clang/docs/CXXTypeAwareAllocators.rst
rename to clang/docs/CXXTypeAwareAllocators.md
diff --git a/clang/docs/ClangPlugins.rst b/clang/docs/ClangPlugins.md
similarity index 100%
rename from clang/docs/ClangPlugins.rst
rename to clang/docs/ClangPlugins.md
diff --git a/clang/docs/CommandGuide/index.rst b/clang/docs/CommandGuide/index.md
similarity index 100%
rename from clang/docs/CommandGuide/index.rst
rename to clang/docs/CommandGuide/index.md
diff --git a/clang/docs/ControlFlowIntegrity.rst b/clang/docs/ControlFlowIntegrity.md
similarity index 100%
rename from clang/docs/ControlFlowIntegrity.rst
rename to clang/docs/ControlFlowIntegrity.md
diff --git a/clang/docs/DebuggingCoroutines.rst b/clang/docs/DebuggingCoroutines.md
similarity index 100%
rename from clang/docs/DebuggingCoroutines.rst
rename to clang/docs/DebuggingCoroutines.md
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.md
similarity index 100%
rename from clang/docs/ExternalClangExamples.rst
rename to clang/docs/ExternalClangExamples.md
diff --git a/clang/docs/FAQ.rst b/clang/docs/FAQ.md
similarity index 100%
rename from clang/docs/FAQ.rst
rename to clang/docs/FAQ.md
diff --git a/clang/docs/IntroductionToTheClangAST.rst b/clang/docs/IntroductionToTheClangAST.md
similarity index 100%
rename from clang/docs/IntroductionToTheClangAST.rst
rename to clang/docs/IntroductionToTheClangAST.md
diff --git a/clang/docs/LibClang.rst b/clang/docs/LibClang.md
similarity index 100%
rename from clang/docs/LibClang.rst
rename to clang/docs/LibClang.md
diff --git a/clang/docs/LibFormat.rst b/clang/docs/LibFormat.md
similarity index 100%
rename from clang/docs/LibFormat.rst
rename to clang/docs/LibFormat.md
diff --git a/clang/docs/LibTooling.rst b/clang/docs/LibTooling.md
similarity index 100%
rename from clang/docs/LibTooling.rst
rename to clang/docs/LibTooling.md
diff --git a/clang/docs/RISCVSupport.rst b/clang/docs/RISCVSupport.md
similarity index 100%
rename from clang/docs/RISCVSupport.rst
rename to clang/docs/RISCVSupport.md
diff --git a/clang/docs/Tooling.rst b/clang/docs/Tooling.md
similarity index 100%
rename from clang/docs/Tooling.rst
rename to clang/docs/Tooling.md
More information about the cfe-commits
mailing list