https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/200769
Without any formatting changes. This will break the docs build, but a follow up will fix the formatting and so on. >From 8977a43a46713a62ba460ec468dc42bd6f4a8392 Mon Sep 17 00:00:00 2001 From: David Spickett <[email protected]> Date: Mon, 1 Jun 2026 10:49:54 +0100 Subject: [PATCH] [clang-tools-extra] Move maintainer files to .md files Without any formatting changes. This will break the docs build, but a follow up will fix the formatting and so on. --- clang-tools-extra/{Maintainers.rst => Maintainers.md} | 0 clang-tools-extra/docs/{Maintainers.rst => Maintainers.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename clang-tools-extra/{Maintainers.rst => Maintainers.md} (100%) rename clang-tools-extra/docs/{Maintainers.rst => Maintainers.md} (100%) diff --git a/clang-tools-extra/Maintainers.rst b/clang-tools-extra/Maintainers.md similarity index 100% rename from clang-tools-extra/Maintainers.rst rename to clang-tools-extra/Maintainers.md diff --git a/clang-tools-extra/docs/Maintainers.rst b/clang-tools-extra/docs/Maintainers.md similarity index 100% rename from clang-tools-extra/docs/Maintainers.rst rename to clang-tools-extra/docs/Maintainers.md _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
