https://github.com/vbvictor created https://github.com/llvm/llvm-project/pull/165171
[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`. >From c356294a81d884e0fbfc7fe6260c39ec82c2729b Mon Sep 17 00:00:00 2001 From: Victor Baranov <[email protected]> Date: Sun, 26 Oct 2025 23:19:21 +0300 Subject: [PATCH] [clang-tools-extra] Convert maintainers list to .rst format --- clang-tools-extra/{Maintainers.txt => Maintainers.rst} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename clang-tools-extra/{Maintainers.txt => Maintainers.rst} (93%) 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 ================== _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
