[clang-tools-extra] [Docs][clang-tools-extra] Convert maintainers list to .rst format (PR #165171)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 26 13:23:26 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-tools-extra
Author: Baranov Victor (vbvictor)
<details>
<summary>Changes</summary>
[Clang maintainers list](https://github.com/llvm/llvm-project/blob/main/clang/Maintainers.rst) is already in `.rst` format, which gives nice visuals.
I think we should convert clang-tools-extra maintainers too to `.rst`.
---
Full diff: https://github.com/llvm/llvm-project/pull/165171.diff
1 Files Affected:
- (renamed) clang-tools-extra/Maintainers.rst (+6-2)
``````````diff
diff --git a/clang-tools-extra/Maintainers.txt b/clang-tools-extra/Maintainers.rst
similarity index 93%
rename from clang-tools-extra/Maintainers.txt
rename to clang-tools-extra/Maintainers.rst
index 43dfd48ad1f57..7a12ac32958d6 100644
--- a/clang-tools-extra/Maintainers.txt
+++ b/clang-tools-extra/Maintainers.rst
@@ -2,9 +2,13 @@
Clang Tools Extra Maintainers
=============================
-This file is a list of the maintainers
-(https://llvm.org/docs/DeveloperPolicy.html#maintainers) for clang-tools-extra.
+This file is a list of the
+`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_
+for clang-tools-extra.
+.. contents::
+ :depth: 2
+ :local:
Active Maintainers
==================
``````````
</details>
https://github.com/llvm/llvm-project/pull/165171
More information about the cfe-commits
mailing list