https://github.com/rnk updated https://github.com/llvm/llvm-project/pull/209281
>From e948ddf4a491df13154710ca37274c97b8133fc0 Mon Sep 17 00:00:00 2001 From: Reid Kleckner <[email protected]> Date: Mon, 13 Jul 2026 19:05:43 +0000 Subject: [PATCH] [docs] Rename selected Clang docs to Markdown --- .github/new-prs-labeler.yml | 2 +- clang/docs/{AMDGPUSupport.rst => AMDGPUSupport.md} | 0 clang/docs/{APINotes.rst => APINotes.md} | 0 clang/docs/{AllocToken.rst => AllocToken.md} | 0 clang/docs/{BoundsSafety.rst => BoundsSafety.md} | 0 ...undsSafetyAdoptionGuide.rst => BoundsSafetyAdoptionGuide.md} | 0 .../{BoundsSafetyImplPlans.rst => BoundsSafetyImplPlans.md} | 0 clang/docs/CIR/{index.rst => index.md} | 0 .../{CXXTypeAwareAllocators.rst => CXXTypeAwareAllocators.md} | 0 clang/docs/{ClangPlugins.rst => ClangPlugins.md} | 0 clang/docs/CommandGuide/{index.rst => index.md} | 0 .../docs/{ControlFlowIntegrity.rst => ControlFlowIntegrity.md} | 0 clang/docs/{DebuggingCoroutines.rst => DebuggingCoroutines.md} | 0 .../{ExternalClangExamples.rst => ExternalClangExamples.md} | 0 clang/docs/{FAQ.rst => FAQ.md} | 0 ...troductionToTheClangAST.rst => IntroductionToTheClangAST.md} | 0 clang/docs/{LibClang.rst => LibClang.md} | 0 clang/docs/{LibFormat.rst => LibFormat.md} | 0 clang/docs/{LibTooling.rst => LibTooling.md} | 0 clang/docs/{RISCVSupport.rst => RISCVSupport.md} | 0 clang/docs/{Tooling.rst => Tooling.md} | 0 21 files changed, 1 insertion(+), 1 deletion(-) rename clang/docs/{AMDGPUSupport.rst => AMDGPUSupport.md} (100%) rename clang/docs/{APINotes.rst => APINotes.md} (100%) rename clang/docs/{AllocToken.rst => AllocToken.md} (100%) rename clang/docs/{BoundsSafety.rst => BoundsSafety.md} (100%) rename clang/docs/{BoundsSafetyAdoptionGuide.rst => BoundsSafetyAdoptionGuide.md} (100%) rename clang/docs/{BoundsSafetyImplPlans.rst => BoundsSafetyImplPlans.md} (100%) rename clang/docs/CIR/{index.rst => index.md} (100%) rename clang/docs/{CXXTypeAwareAllocators.rst => CXXTypeAwareAllocators.md} (100%) rename clang/docs/{ClangPlugins.rst => ClangPlugins.md} (100%) rename clang/docs/CommandGuide/{index.rst => index.md} (100%) rename clang/docs/{ControlFlowIntegrity.rst => ControlFlowIntegrity.md} (100%) rename clang/docs/{DebuggingCoroutines.rst => DebuggingCoroutines.md} (100%) rename clang/docs/{ExternalClangExamples.rst => ExternalClangExamples.md} (100%) rename clang/docs/{FAQ.rst => FAQ.md} (100%) rename clang/docs/{IntroductionToTheClangAST.rst => IntroductionToTheClangAST.md} (100%) rename clang/docs/{LibClang.rst => LibClang.md} (100%) rename clang/docs/{LibFormat.rst => LibFormat.md} (100%) rename clang/docs/{LibTooling.rst => LibTooling.md} (100%) rename clang/docs/{RISCVSupport.rst => RISCVSupport.md} (100%) rename clang/docs/{Tooling.rst => Tooling.md} (100%) 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
