[clang-tools-extra] 1b24a40 - [clang-tools-extra] Move maintainer files to .md files (#200769)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 03:08:50 PDT 2026
Author: David Spickett
Date: 2026-06-01T11:08:44+01:00
New Revision: 1b24a402bf5bb84b32f9d6d1be6b46099363adde
URL: https://github.com/llvm/llvm-project/commit/1b24a402bf5bb84b32f9d6d1be6b46099363adde
DIFF: https://github.com/llvm/llvm-project/commit/1b24a402bf5bb84b32f9d6d1be6b46099363adde.diff
LOG: [clang-tools-extra] Move maintainer files to .md files (#200769)
Without any formatting changes. This will break the docs build, but a
follow up (#200365) will fix the formatting and so on.
Added:
clang-tools-extra/Maintainers.md
clang-tools-extra/docs/Maintainers.md
Modified:
Removed:
clang-tools-extra/Maintainers.rst
clang-tools-extra/docs/Maintainers.rst
################################################################################
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