https://github.com/rnk updated https://github.com/llvm/llvm-project/pull/214615
>From 6e0a140b265c46df7a3103be8f8687d0a3d7f78b Mon Sep 17 00:00:00 2001 From: Reid Kleckner <[email protected]> Date: Fri, 7 Aug 2026 02:16:48 +0000 Subject: [PATCH] [docs] Rename selected Clang docs to Markdown --- ...aticReferenceCounting.rst => AutomaticReferenceCounting.md} | 0 clang/docs/{Block-ABI-Apple.rst => Block-ABI-Apple.md} | 0 clang/docs/{BlockLanguageSpec.rst => BlockLanguageSpec.md} | 0 clang/docs/CIR/{ABILowering.rst => ABILowering.md} | 0 .../docs/CIR/{CleanupAndEHDesign.rst => CleanupAndEHDesign.md} | 0 clang/docs/CIR/{CodeDuplication.rst => CodeDuplication.md} | 0 clang/docs/CommandGuide/{clang.rst => clang.md} | 0 clang/docs/CommandGuide/{diagtool.rst => diagtool.md} | 0 clang/docs/{ConstantInterpreter.rst => ConstantInterpreter.md} | 0 ...olFlowIntegrityDesign.rst => ControlFlowIntegrityDesign.md} | 0 ...{DataFlowSanitizerDesign.rst => DataFlowSanitizerDesign.md} | 0 ...{AvailabilityDiagnostics.rst => AvailabilityDiagnostics.md} | 0 clang/docs/HLSL/{EntryFunctions.rst => EntryFunctions.md} | 0 .../HLSL/{ExpectedDifferences.rst => ExpectedDifferences.md} | 0 clang/docs/HLSL/{FunctionCalls.rst => FunctionCalls.md} | 0 clang/docs/HLSL/{HLSLIRReference.rst => HLSLIRReference.md} | 0 clang/docs/HLSL/{HLSLSupport.rst => HLSLSupport.md} | 0 clang/docs/HLSL/{ResourceTypes.rst => ResourceTypes.md} | 0 ...zerDesign.rst => HardwareAssistedAddressSanitizerDesign.md} | 0 .../docs/{ItaniumMangleAbiTags.rst => ItaniumMangleAbiTags.md} | 0 clang/docs/index.rst | 3 +-- 21 files changed, 1 insertion(+), 2 deletions(-) rename clang/docs/{AutomaticReferenceCounting.rst => AutomaticReferenceCounting.md} (100%) rename clang/docs/{Block-ABI-Apple.rst => Block-ABI-Apple.md} (100%) rename clang/docs/{BlockLanguageSpec.rst => BlockLanguageSpec.md} (100%) rename clang/docs/CIR/{ABILowering.rst => ABILowering.md} (100%) rename clang/docs/CIR/{CleanupAndEHDesign.rst => CleanupAndEHDesign.md} (100%) rename clang/docs/CIR/{CodeDuplication.rst => CodeDuplication.md} (100%) rename clang/docs/CommandGuide/{clang.rst => clang.md} (100%) rename clang/docs/CommandGuide/{diagtool.rst => diagtool.md} (100%) rename clang/docs/{ConstantInterpreter.rst => ConstantInterpreter.md} (100%) rename clang/docs/{ControlFlowIntegrityDesign.rst => ControlFlowIntegrityDesign.md} (100%) rename clang/docs/{DataFlowSanitizerDesign.rst => DataFlowSanitizerDesign.md} (100%) rename clang/docs/HLSL/{AvailabilityDiagnostics.rst => AvailabilityDiagnostics.md} (100%) rename clang/docs/HLSL/{EntryFunctions.rst => EntryFunctions.md} (100%) rename clang/docs/HLSL/{ExpectedDifferences.rst => ExpectedDifferences.md} (100%) rename clang/docs/HLSL/{FunctionCalls.rst => FunctionCalls.md} (100%) rename clang/docs/HLSL/{HLSLIRReference.rst => HLSLIRReference.md} (100%) rename clang/docs/HLSL/{HLSLSupport.rst => HLSLSupport.md} (100%) rename clang/docs/HLSL/{ResourceTypes.rst => ResourceTypes.md} (100%) rename clang/docs/{HardwareAssistedAddressSanitizerDesign.rst => HardwareAssistedAddressSanitizerDesign.md} (100%) rename clang/docs/{ItaniumMangleAbiTags.rst => ItaniumMangleAbiTags.md} (100%) diff --git a/clang/docs/AutomaticReferenceCounting.rst b/clang/docs/AutomaticReferenceCounting.md similarity index 100% rename from clang/docs/AutomaticReferenceCounting.rst rename to clang/docs/AutomaticReferenceCounting.md diff --git a/clang/docs/Block-ABI-Apple.rst b/clang/docs/Block-ABI-Apple.md similarity index 100% rename from clang/docs/Block-ABI-Apple.rst rename to clang/docs/Block-ABI-Apple.md diff --git a/clang/docs/BlockLanguageSpec.rst b/clang/docs/BlockLanguageSpec.md similarity index 100% rename from clang/docs/BlockLanguageSpec.rst rename to clang/docs/BlockLanguageSpec.md diff --git a/clang/docs/CIR/ABILowering.rst b/clang/docs/CIR/ABILowering.md similarity index 100% rename from clang/docs/CIR/ABILowering.rst rename to clang/docs/CIR/ABILowering.md diff --git a/clang/docs/CIR/CleanupAndEHDesign.rst b/clang/docs/CIR/CleanupAndEHDesign.md similarity index 100% rename from clang/docs/CIR/CleanupAndEHDesign.rst rename to clang/docs/CIR/CleanupAndEHDesign.md diff --git a/clang/docs/CIR/CodeDuplication.rst b/clang/docs/CIR/CodeDuplication.md similarity index 100% rename from clang/docs/CIR/CodeDuplication.rst rename to clang/docs/CIR/CodeDuplication.md diff --git a/clang/docs/CommandGuide/clang.rst b/clang/docs/CommandGuide/clang.md similarity index 100% rename from clang/docs/CommandGuide/clang.rst rename to clang/docs/CommandGuide/clang.md diff --git a/clang/docs/CommandGuide/diagtool.rst b/clang/docs/CommandGuide/diagtool.md similarity index 100% rename from clang/docs/CommandGuide/diagtool.rst rename to clang/docs/CommandGuide/diagtool.md diff --git a/clang/docs/ConstantInterpreter.rst b/clang/docs/ConstantInterpreter.md similarity index 100% rename from clang/docs/ConstantInterpreter.rst rename to clang/docs/ConstantInterpreter.md diff --git a/clang/docs/ControlFlowIntegrityDesign.rst b/clang/docs/ControlFlowIntegrityDesign.md similarity index 100% rename from clang/docs/ControlFlowIntegrityDesign.rst rename to clang/docs/ControlFlowIntegrityDesign.md diff --git a/clang/docs/DataFlowSanitizerDesign.rst b/clang/docs/DataFlowSanitizerDesign.md similarity index 100% rename from clang/docs/DataFlowSanitizerDesign.rst rename to clang/docs/DataFlowSanitizerDesign.md diff --git a/clang/docs/HLSL/AvailabilityDiagnostics.rst b/clang/docs/HLSL/AvailabilityDiagnostics.md similarity index 100% rename from clang/docs/HLSL/AvailabilityDiagnostics.rst rename to clang/docs/HLSL/AvailabilityDiagnostics.md diff --git a/clang/docs/HLSL/EntryFunctions.rst b/clang/docs/HLSL/EntryFunctions.md similarity index 100% rename from clang/docs/HLSL/EntryFunctions.rst rename to clang/docs/HLSL/EntryFunctions.md diff --git a/clang/docs/HLSL/ExpectedDifferences.rst b/clang/docs/HLSL/ExpectedDifferences.md similarity index 100% rename from clang/docs/HLSL/ExpectedDifferences.rst rename to clang/docs/HLSL/ExpectedDifferences.md diff --git a/clang/docs/HLSL/FunctionCalls.rst b/clang/docs/HLSL/FunctionCalls.md similarity index 100% rename from clang/docs/HLSL/FunctionCalls.rst rename to clang/docs/HLSL/FunctionCalls.md diff --git a/clang/docs/HLSL/HLSLIRReference.rst b/clang/docs/HLSL/HLSLIRReference.md similarity index 100% rename from clang/docs/HLSL/HLSLIRReference.rst rename to clang/docs/HLSL/HLSLIRReference.md diff --git a/clang/docs/HLSL/HLSLSupport.rst b/clang/docs/HLSL/HLSLSupport.md similarity index 100% rename from clang/docs/HLSL/HLSLSupport.rst rename to clang/docs/HLSL/HLSLSupport.md diff --git a/clang/docs/HLSL/ResourceTypes.rst b/clang/docs/HLSL/ResourceTypes.md similarity index 100% rename from clang/docs/HLSL/ResourceTypes.rst rename to clang/docs/HLSL/ResourceTypes.md diff --git a/clang/docs/HardwareAssistedAddressSanitizerDesign.rst b/clang/docs/HardwareAssistedAddressSanitizerDesign.md similarity index 100% rename from clang/docs/HardwareAssistedAddressSanitizerDesign.rst rename to clang/docs/HardwareAssistedAddressSanitizerDesign.md diff --git a/clang/docs/ItaniumMangleAbiTags.rst b/clang/docs/ItaniumMangleAbiTags.md similarity index 100% rename from clang/docs/ItaniumMangleAbiTags.rst rename to clang/docs/ItaniumMangleAbiTags.md diff --git a/clang/docs/index.rst b/clang/docs/index.rst index b57e8178f3237..ca2fc0b18d3af 100644 --- a/clang/docs/index.rst +++ b/clang/docs/index.rst @@ -126,7 +126,7 @@ Design Documents PCHInternals ItaniumMangleAbiTags ControlFlowIntegrityDesign - HardwareAssistedAddressSanitizerDesign.rst + HardwareAssistedAddressSanitizerDesign ConstantInterpreter LLVMExceptionHandlingCodeGen @@ -135,4 +135,3 @@ Indices and tables * :ref:`genindex` * :ref:`search` - _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
