[clang-tools-extra] [clang-tools-extra] Move maintainer files to .md files (PR #200769)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 1 03:07:46 PDT 2026


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 <david.spickett at arm.com>
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



More information about the cfe-commits mailing list