llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-hlsl Author: Reid Kleckner (rnk) <details> <summary>Changes</summary> Tracking issue: #<!-- -->201242 See the [migration guide] for more information. [migration guide]: https://llvm.org/docs/SphinxQuickstartTemplate.html#markdown-migration-guidelines 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. --- Full diff: https://github.com/llvm/llvm-project/pull/214615.diff 21 Files Affected: - (renamed) clang/docs/AutomaticReferenceCounting.md () - (renamed) clang/docs/Block-ABI-Apple.md () - (renamed) clang/docs/BlockLanguageSpec.md () - (renamed) clang/docs/CIR/ABILowering.md () - (renamed) clang/docs/CIR/CleanupAndEHDesign.md () - (renamed) clang/docs/CIR/CodeDuplication.md () - (renamed) clang/docs/CommandGuide/clang.md () - (renamed) clang/docs/CommandGuide/diagtool.md () - (renamed) clang/docs/ConstantInterpreter.md () - (renamed) clang/docs/ControlFlowIntegrityDesign.md () - (renamed) clang/docs/DataFlowSanitizerDesign.md () - (renamed) clang/docs/HLSL/AvailabilityDiagnostics.md () - (renamed) clang/docs/HLSL/EntryFunctions.md () - (renamed) clang/docs/HLSL/ExpectedDifferences.md () - (renamed) clang/docs/HLSL/FunctionCalls.md () - (renamed) clang/docs/HLSL/HLSLIRReference.md () - (renamed) clang/docs/HLSL/HLSLSupport.md () - (renamed) clang/docs/HLSL/ResourceTypes.md () - (renamed) clang/docs/HardwareAssistedAddressSanitizerDesign.md () - (renamed) clang/docs/ItaniumMangleAbiTags.md () - (modified) clang/docs/index.rst (+1-2) ``````````diff 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` - `````````` </details> https://github.com/llvm/llvm-project/pull/214615 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
