https://github.com/rnk updated https://github.com/llvm/llvm-project/pull/180652

>From 74b477bab5aae9e9f066771fcd0944ba2400af37 Mon Sep 17 00:00:00 2001
From: Reid Kleckner <[email protected]>
Date: Tue, 10 Feb 2026 18:06:44 +0000
Subject: [PATCH 1/2] [docs] Move Maintainers.rst to Maintainers.md in
 preparation to reformat

This change intentionally produces malformatted documentation, and is
only present to ensure git detects the file rename for blame purposes.
---
 clang/{Maintainers.rst => Maintainers.md} | 0
 clang/docs/CMakeLists.txt                 | 2 +-
 clang/docs/Maintainers.md                 | 1 +
 clang/docs/Maintainers.rst                | 1 -
 llvm/docs/Contributing.rst                | 4 ++--
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename clang/{Maintainers.rst => Maintainers.md} (100%)
 create mode 100644 clang/docs/Maintainers.md
 delete mode 100644 clang/docs/Maintainers.rst

diff --git a/clang/Maintainers.rst b/clang/Maintainers.md
similarity index 100%
rename from clang/Maintainers.rst
rename to clang/Maintainers.md
diff --git a/clang/docs/CMakeLists.txt b/clang/docs/CMakeLists.txt
index 9469a832adb62..e3233a0b2d96c 100644
--- a/clang/docs/CMakeLists.txt
+++ b/clang/docs/CMakeLists.txt
@@ -108,7 +108,7 @@ if (LLVM_ENABLE_SPHINX)
       "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_BINARY_DIR}"
 
       COMMAND "${CMAKE_COMMAND}" -E copy_if_different
-      "${CMAKE_CURRENT_SOURCE_DIR}/../Maintainers.rst"
+      "${CMAKE_CURRENT_SOURCE_DIR}/../Maintainers.md"
       "${CMAKE_CURRENT_BINARY_DIR}"
     )
 
diff --git a/clang/docs/Maintainers.md b/clang/docs/Maintainers.md
new file mode 100644
index 0000000000000..3b12d1404bd8f
--- /dev/null
+++ b/clang/docs/Maintainers.md
@@ -0,0 +1 @@
+.. include:: ../Maintainers.md
diff --git a/clang/docs/Maintainers.rst b/clang/docs/Maintainers.rst
deleted file mode 100644
index 7e69c1165d2f5..0000000000000
--- a/clang/docs/Maintainers.rst
+++ /dev/null
@@ -1 +0,0 @@
-.. include:: ../Maintainers.rst
diff --git a/llvm/docs/Contributing.rst b/llvm/docs/Contributing.rst
index 78bb92e5fa68d..817fc138fe2c0 100644
--- a/llvm/docs/Contributing.rst
+++ b/llvm/docs/Contributing.rst
@@ -117,8 +117,8 @@ and add them to your patch when requesting a review.
 Suitable reviewers are the maintainers of the project you are modifying, and
 anyone else working in the area your patch touches. To find maintainers, look 
for
 the ``Maintainers.md`` or ``Maintainers.rst`` file in the root of the project's
-sub-directory. For example, LLVM's is ``llvm/Maintainers.md`` and Clang's is
-``clang/Maintainers.rst``.
+sub-directory. For example, LLVM's is ``llvm/Maintainers.md`` and
+clang-tools-extra's is ``clang-tools-extra/Maintainers.rst``.
 
 If you are a new contributor, you will not be able to select reviewers in such 
a
 way, in which case you can still get the attention of potential reviewers by 
CC'ing

>From 5004968aa7fb5720d07f176bdfb78be6994381f8 Mon Sep 17 00:00:00 2001
From: Reid Kleckner <[email protected]>
Date: Tue, 10 Feb 2026 00:40:08 +0000
Subject: [PATCH 2/2] [clang] Convert Maintainers.md from rst to markdown

I link-ified the github usernames as well, and tried to match the LLVM
maintainer file formatting.

This move may cause issues with CMake incremental builds, but this can
be fixed by deleting the entire build director, or if you prefer to be
more targetted, just `build/tools/clang/docs`, since that will have a
stale Maintainers.rst file otherwise.
---
 clang/Maintainers.md      | 506 +++++++++++++++++---------------------
 clang/docs/Maintainers.md |   3 +-
 2 files changed, 231 insertions(+), 278 deletions(-)

diff --git a/clang/Maintainers.md b/clang/Maintainers.md
index 85a0618a99c4d..08c5046fd32c5 100644
--- a/clang/Maintainers.md
+++ b/clang/Maintainers.md
@@ -1,405 +1,357 @@
-=================
-Clang Maintainers
-=================
+# Clang Maintainers
 
 This file is a list of the
-`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for
-Clang. The list of current Clang Area Team members can be found
-`here 
<https://github.com/llvm/llvm-project/blob/main/clang/AreaTeamMembers.txt>`_.
+[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers)
+for Clang. The list of current Clang Area Team members can be found
+[here](https://github.com/llvm/llvm-project/blob/main/clang/AreaTeamMembers.txt).
 
-.. contents::
-   :depth: 2
-   :local:
+```{contents} Table of Contents
+:depth: 2
+```
 
-Active Maintainers
-==================
-The following people are the active maintainers for the project. Please reach
-out to them for code reviews, questions about their area of expertise, or other
-assistance.
+# Active Maintainers
 
-Lead Maintainer
----------------
-| Aaron Ballman
-| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman 
(GitHub), AaronBallman (Discourse), aaronballman (Discord)
+The following people are the active maintainers for the project. Please
+reach out to them for code reviews, questions about their area of
+expertise, or other assistance.
 
+## Lead Maintainer
 
-Contained Components
---------------------
-These maintainers are responsible for particular high-level components within
-Clang that are typically contained to one area of the compiler.
+Aaron Ballman \
[email protected] (email), aaron.ballman (Phabricator), 
[AaronBallman](https://github.com/AaronBallman) (GitHub), AaronBallman 
(Discourse), aaronballman (Discord)
 
-AST matchers
-~~~~~~~~~~~~
-| Aaron Ballman
-| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman 
(GitHub), AaronBallman (Discourse), aaronballman (Discord)
+## Contained Components
 
+These maintainers are responsible for particular high-level components
+within Clang that are typically contained to one area of the compiler.
 
-AST Visitors
-~~~~~~~~~~~~
-| Sirraide
-| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), 
Sirraide (Discourse)
+### AST matchers
 
+Aaron Ballman \
[email protected] (email), aaron.ballman (Phabricator), 
[AaronBallman](https://github.com/AaronBallman) (GitHub), AaronBallman 
(Discourse), aaronballman (Discord)
 
-Clang LLVM IR generation
-~~~~~~~~~~~~~~~~~~~~~~~~
-| Eli Friedman
-| efriedma\@qti.qualcomm.com (email), efriedma (Phabricator), efriedma-quic 
(GitHub)
+### AST Visitors
 
-| Anton Korobeynikov
-| anton\@korobeynikov.info (email), asl (Phabricator), asl (GitHub)
+Sirraide \
[email protected] (email), [Sirraide](https://github.com/Sirraide) 
(GitHub), Ætérnal (Discord), Sirraide (Discourse)
 
-Clang MLIR generation
-~~~~~~~~~~~~~~~~~~~~~
-| Andy Kaylor
-| akaylor\@nvidia.com (email), AndyKaylor (Discord), AndyKaylor (GitHub)
+### Clang LLVM IR generation
 
-| Bruno Cardoso Lopes
-| bruno.cardoso\@gmail.com (email), sonicsprawl (Discord), bcardosolopes 
(GitHub)
+Eli Friedman \
[email protected] (email), efriedma (Phabricator), 
[efriedma-quic](https://github.com/efriedma-quic) (GitHub)
 
-| Henrich Lauko
-| henrich.lau\@gmail.com  (email), henrich.lauko (Discord), xlauko (GitHub)
+Anton Korobeynikov \
[email protected] (email), asl (Phabricator), 
[asl](https://github.com/asl) (GitHub)
 
-Analysis & CFG
-~~~~~~~~~~~~~~
-| Yitzhak Mandelbaum
-| yitzhakm\@google.com (email), ymandel (Phabricator), ymand (GitHub)
+### Clang MLIR generation
 
-| Stanislav Gatev
-| sgatev\@google.com (email), sgatev (Phabricator), sgatev (GitHub)
+Andy Kaylor \
[email protected] (email), AndyKaylor (Discord), 
[AndyKaylor](https://github.com/AndyKaylor) (GitHub)
 
+Bruno Cardoso Lopes \
[email protected] (email), sonicsprawl (Discord), 
[bcardosolopes](https://github.com/bcardosolopes) (GitHub)
 
-Sema
-~~~~
-| Sirraide
-| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), 
Sirraide (Discourse)
+Henrich Lauko \
[email protected] (email), henrich.lauko (Discord), 
[xlauko](https://github.com/xlauko) (GitHub)
 
-| Mariya Podchishchaeva
-| mariya.podchishchaeva\@intel.com (email), Fznamznon (GitHub), fznamznon 
(Discord), Fznamznon (Discourse)
+### Analysis & CFG
 
+Yitzhak Mandelbaum \
[email protected] (email), ymandel (Phabricator), 
[ymand](https://github.com/ymand) (GitHub)
 
-Recovery AST
-~~~~~~~~~~~~
-| Haojian Wu
-| hokein.wu\@gmail.com (email), hokein (Phabricator), hokein (GitHub), hokein 
(Discourse)
+Stanislav Gatev \
[email protected] (email), sgatev (Phabricator), 
[sgatev](https://github.com/sgatev) (GitHub)
 
+### Sema
 
-Experimental new constant interpreter
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-| Timm Bäder
-| tbaeder\@redhat.com (email), tbaeder (Phabricator), tbaederr (GitHub), 
tbaeder (Discourse), tbaeder (Discord)
+Sirraide \
[email protected] (email), [Sirraide](https://github.com/Sirraide) 
(GitHub), Ætérnal (Discord), Sirraide (Discourse)
 
+Mariya Podchishchaeva \
[email protected] (email), 
[Fznamznon](https://github.com/Fznamznon) (GitHub), fznamznon (Discord), 
Fznamznon (Discourse)
 
-Modules & serialization
-~~~~~~~~~~~~~~~~~~~~~~~
-| Chuanqi Xu
-| yedeng.yd\@linux.alibaba.com (email), ChuanqiXu (Phabricator), ChuanqiXu9 
(GitHub)
+### Recovery AST
 
-| Michael Spencer
-| bigcheesegs\@gmail.com (email), Bigcheese (Phabricator), Bigcheese (GitHub)
+Haojian Wu \
[email protected] (email), hokein (Phabricator), 
[hokein](https://github.com/hokein) (GitHub), hokein (Discourse)
 
-| Vassil Vassilev
-| Vassil.Vassilev\@cern.ch (email), v.g.vassilev (Phabricator), vgvassilev 
(GitHub)
+### Experimental new constant interpreter
 
+Timm Bäder \
[email protected] (email), tbaeder (Phabricator), 
[tbaederr](https://github.com/tbaederr) (GitHub), tbaeder (Discourse), tbaeder 
(Discord)
 
-Templates
-~~~~~~~~~
-| Erich Keane
-| ekeane\@nvidia.com (email), ErichKeane (Phabricator), erichkeane (GitHub)
+### Modules & serialization
 
+Chuanqi Xu \
[email protected] (email), ChuanqiXu (Phabricator), 
[ChuanqiXu9](https://github.com/ChuanqiXu9) (GitHub)
 
-Concepts
-~~~~~~~~
-| Corentin Jabot
-| corentin.jabot\@gmail.com (email), cor3ntin (Phabricator), cor3ntin (GitHub)
+Michael Spencer \
[email protected] (email), Bigcheese (Phabricator), 
[Bigcheese](https://github.com/Bigcheese) (GitHub)
 
+Vassil Vassilev \
[email protected] (email), v.g.vassilev (Phabricator), 
[vgvassilev](https://github.com/vgvassilev) (GitHub)
 
-Lambdas
-~~~~~~~
-| Corentin Jabot
-| corentin.jabot\@gmail.com (email), cor3ntin (Phabricator), cor3ntin (GitHub)
+### Templates
 
+Erich Keane \
[email protected] (email), ErichKeane (Phabricator), 
[erichkeane](https://github.com/erichkeane) (GitHub)
 
-Debug information
-~~~~~~~~~~~~~~~~~
-| Adrian Prantl
-| aprantl\@apple.com (email), aprantl (Phabricator), adrian-prantl (GitHub)
+### Concepts
 
-| David Blaikie
-| dblaikie\@gmail.com (email), dblaikie (Phabricator), dwblaikie (GitHub)
+Corentin Jabot \
[email protected] (email), cor3ntin (Phabricator), 
[cor3ntin](https://github.com/cor3ntin) (GitHub)
 
-| Eric Christopher
-| echristo\@gmail.com (email), echristo (Phabricator), echristo (GitHub)
+### Lambdas
 
+Corentin Jabot \
[email protected] (email), cor3ntin (Phabricator), 
[cor3ntin](https://github.com/cor3ntin) (GitHub)
 
-Exception handling
-~~~~~~~~~~~~~~~~~~
-| Anton Korobeynikov
-| anton\@korobeynikov.info (email), asl (Phabricator), asl (GitHub)
+### Debug information
 
+Adrian Prantl \
[email protected] (email), aprantl (Phabricator), 
[adrian-prantl](https://github.com/adrian-prantl) (GitHub)
 
-Clang static analyzer
-~~~~~~~~~~~~~~~~~~~~~
-| Artem Dergachev
-| artem.dergachev\@gmail.com (email), NoQ (Phabricator), haoNoQ (GitHub)
+David Blaikie \
[email protected] (email), dblaikie (Phabricator), 
[dwblaikie](https://github.com/dwblaikie) (GitHub)
 
-| Gábor Horváth
-| xazax.hun\@gmail.com (email), xazax.hun (Phabricator), Xazax-hun (GitHub)
+Eric Christopher \
[email protected] (email), echristo (Phabricator), 
[echristo](https://github.com/echristo) (GitHub)
 
-| Balázs Benics
-| benicsbalazs\@gmail.com (email), steakhal (Phabricator), steakhal (GitHub)
+### Exception handling
 
-| Donát Nagy
-| donat.nagy\@ericsson.com (email), NagyDonat (GitHub), DonatNagyE (Discourse)
+Anton Korobeynikov \
[email protected] (email), asl (Phabricator), 
[asl](https://github.com/asl) (GitHub)
 
+### Clang static analyzer
 
-Compiler options
-~~~~~~~~~~~~~~~~
-| Jan Svoboda
-| jan_svoboda\@apple.com (email), jansvoboda11 (Phabricator), jansvoboda11 
(GitHub)
+Artem Dergachev \
[email protected] (email), NoQ (Phabricator), 
[haoNoQ](https://github.com/haoNoQ) (GitHub)
 
+Gábor Horváth \
[email protected] (email), xazax.hun (Phabricator), 
[Xazax-hun](https://github.com/Xazax-hun) (GitHub)
 
-API Notes
-~~~~~~~~~~~~~~~~
-| Egor Zhdan
-| e_zhdan\@apple.com (email), egorzhdan (GitHub), egor.zhdan (Discourse)
+Balázs Benics \
[email protected] (email), steakhal (Phabricator), 
[steakhal](https://github.com/steakhal) (GitHub)
 
-| Saleem Abdulrasool
-| compnerd\@compnerd.org (email), compnerd (GitHub), compnerd (Discourse)
+Donát Nagy \
[email protected] (email), [NagyDonat](https://github.com/NagyDonat) 
(GitHub), DonatNagyE (Discourse)
 
+### Compiler options
 
-OpenBSD driver
-~~~~~~~~~~~~~~
-| Brad Smith
-| brad\@comstyle.com (email), brad (Phabricator), brad0 (GitHub)
+Jan Svoboda \
[email protected] (email), jansvoboda11 (Phabricator), 
[jansvoboda11](https://github.com/jansvoboda11) (GitHub)
 
-Offloading driver
-~~~~~~~~~~~~~~~~~
-| Joseph Huber
-| joseph.huber\@amd.com (email), jhuber6 (GitHub)
+### API Notes
 
-| Nick Sarnie
-| nick.sarnie\@intel.com (email), sarnex (GitHub)
+Egor Zhdan \
[email protected] (email), [egorzhdan](https://github.com/egorzhdan) (GitHub), 
egor.zhdan (Discourse)
 
+Saleem Abdulrasool \
[email protected] (email), [compnerd](https://github.com/compnerd) 
(GitHub), compnerd (Discourse)
 
-Driver parts not covered by someone else
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-| Fangrui Song
-| i\@maskray.me (email), MaskRay (Phabricator), MaskRay (GitHub)
+### OpenBSD driver
 
+Brad Smith \
[email protected] (email), brad (Phabricator), 
[brad0](https://github.com/brad0) (GitHub)
 
-Constant Expressions
-~~~~~~~~~~~~~~~~~~~~
-| Mariya Podchishchaeva
-| mariya.podchishchaeva\@intel.com (email), Fznamznon (GitHub), fznamznon 
(Discord), Fznamznon (Discourse)
+### Offloading driver
 
+Joseph Huber \
[email protected] (email), [jhuber6](https://github.com/jhuber6) (GitHub)
 
-Thread Safety Analysis
-~~~~~~~~~~~~~~~~~~~~~~
-| Aaron Puchert
-| aaron.puchert\@sap.com (email), aaronpuchert (GitHub), aaronpuchert 
(Discourse)
+Nick Sarnie \
[email protected] (email), [sarnex](https://github.com/sarnex) (GitHub)
 
+### Driver parts not covered by someone else
 
-Function Effect Analysis
-~~~~~~~~~~~~~~~~~~~~~~~~
-| Doug Wyatt
-| dwyatt\@apple.com (email), dougsonos (GitHub), dougsonos (Discourse)
+Fangrui Song \
[email protected] (email), MaskRay (Phabricator), 
[MaskRay](https://github.com/MaskRay) (GitHub)
 
-| Sirraide
-| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), 
Sirraide (Discourse)
+### Constant Expressions
 
+Mariya Podchishchaeva \
[email protected] (email), 
[Fznamznon](https://github.com/Fznamznon) (GitHub), fznamznon (Discord), 
Fznamznon (Discourse)
 
-Code Coverage
-~~~~~~~~~~~~~
-| Takumi Nakamura
-| geek4civic\@gmail.com (email), chapuni(GitHub), chapuni (Discord), chapuni 
(Discourse)
+### Thread Safety Analysis
 
-| Alan Phipps
-| a-phipps\@ti.com (email), evodius96 (GitHub), evodius96 (Discourse)
+Aaron Puchert \
[email protected] (email), [aaronpuchert](https://github.com/aaronpuchert) 
(GitHub), aaronpuchert (Discourse)
 
+### Function Effect Analysis
 
-Python Bindings
-~~~~~~~~~~~~~~~
-| Vlad Serebrennikov
-| serebrennikov.vladislav\@gmail.com (email), Endilll (GitHub), Endill 
(Discord), Endill (Discourse)
+Doug Wyatt \
[email protected] (email), [dougsonos](https://github.com/dougsonos) (GitHub), 
dougsonos (Discourse)
 
+Sirraide \
[email protected] (email), [Sirraide](https://github.com/Sirraide) 
(GitHub), Ætérnal (Discord), Sirraide (Discourse)
+
+### Code Coverage
+
+Takumi Nakamura \
[email protected] (email), chapuni(GitHub), chapuni (Discord), chapuni 
(Discourse)
+
+Alan Phipps \
[email protected] (email), [evodius96](https://github.com/evodius96) (GitHub), 
evodius96 (Discourse)
+
+### Python Bindings
+
+Vlad Serebrennikov \
[email protected] (email), 
[Endilll](https://github.com/Endilll) (GitHub), Endill (Discord), Endill 
(Discourse)
+
+## Tools
 
-Tools
------
 These maintainers are responsible for user-facing tools under the Clang
 umbrella or components used to support such tools.
 
+### clang-format
 
-clang-format
-~~~~~~~~~~~~
-| MyDeveloperDay
-| mydeveloperday\@gmail.com (email), MyDeveloperDay (Phabricator), 
MyDeveloperDay (GitHub)
+MyDeveloperDay \
[email protected] (email), MyDeveloperDay (Phabricator), 
[MyDeveloperDay](https://github.com/MyDeveloperDay) (GitHub)
 
-| Owen Pan
-| owenpiano\@gmail.com (email), owenpan (Phabricator), owenca (GitHub)
+Owen Pan \
[email protected] (email), owenpan (Phabricator), 
[owenca](https://github.com/owenca) (GitHub)
 
+## ABIs
 
-ABIs
-----
 The following people are responsible for decisions involving ABI.
 
-Itanium ABI
-~~~~~~~~~~~
+### Itanium ABI
+
+### Microsoft ABI
+
+Reid Kleckner \
[email protected] (email), [rnk](https://github.com/rnk) (GitHub), rnk 
(Discourse), rnk (Discord), rnk (Phabricator)
+
+### ARM EABI
 
+Anton Korobeynikov \
[email protected] (email), asl (Phabricator), 
[asl](https://github.com/asl) (GitHub)
 
-Microsoft ABI
-~~~~~~~~~~~~~
-| Reid Kleckner
-| rnk\@llvm.org (email), rnk (GitHub), rnk (Discourse), rnk (Discord), rnk 
(Phabricator)
+## Compiler-Wide Topics
 
+The following people are responsible for functionality that does not fit
+into a single part of the compiler, but instead spans multiple
+components within the compiler.
 
-ARM EABI
-~~~~~~~~
-| Anton Korobeynikov
-| anton\@korobeynikov.info (email), asl (Phabricator), asl (GitHub)
+### Attributes
 
+Aaron Ballman \
[email protected] (email), aaron.ballman (Phabricator), 
[AaronBallman](https://github.com/AaronBallman) (GitHub), AaronBallman 
(Discourse), aaronballman (Discord)
 
-Compiler-Wide Topics
---------------------
-The following people are responsible for functionality that does not fit into
-a single part of the compiler, but instead spans multiple components within the
-compiler.
+### Plugins
 
-Attributes
-~~~~~~~~~~
-| Aaron Ballman
-| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman 
(GitHub), AaronBallman (Discourse), aaronballman (Discord)
+Vassil Vassilev \
[email protected] (email), v.g.vassilev (Phabricator), 
[vgvassilev](https://github.com/vgvassilev) (GitHub)
 
+### Inline assembly
 
-Plugins
-~~~~~~~
-| Vassil Vassilev
-| Vassil.Vassilev\@cern.ch (email), v.g.vassilev (Phabricator), vgvassilev 
(GitHub)
+Eric Christopher \
[email protected] (email), echristo (Phabricator), 
[echristo](https://github.com/echristo) (GitHub)
 
+### Text encodings
 
-Inline assembly
-~~~~~~~~~~~~~~~
-| Eric Christopher
-| echristo\@gmail.com (email), echristo (Phabricator), echristo (GitHub)
+Corentin Jabot \
[email protected] (email), cor3ntin (Phabricator), 
[cor3ntin](https://github.com/cor3ntin) (GitHub)
 
+### CMake integration
 
-Text encodings
-~~~~~~~~~~~~~~
-| Corentin Jabot
-| corentin.jabot\@gmail.com (email), cor3ntin (Phabricator), cor3ntin (GitHub)
+Petr Hosek \
[email protected] (email), phosek (Phabricator), 
[petrhosek](https://github.com/petrhosek) (GitHub)
 
+### General Windows support
 
-CMake integration
-~~~~~~~~~~~~~~~~~
-| Petr Hosek
-| phosek\@google.com (email), phosek (Phabricator), petrhosek (GitHub)
+Reid Kleckner \
[email protected] (email), [rnk](https://github.com/rnk) (GitHub), rnk 
(Discourse), rnk (Discord), rnk (Phabricator)
 
+### Incremental compilation, REPLs, clang-repl
 
-General Windows support
-~~~~~~~~~~~~~~~~~~~~~~~
-| Reid Kleckner
-| rnk\@llvm.org (email), rnk (GitHub), rnk (Discourse), rnk (Discord), rnk 
(Phabricator)
+Vassil Vassilev \
[email protected] (email), v.g.vassilev (Phabricator), 
[vgvassilev](https://github.com/vgvassilev) (GitHub)
 
+## Standards Conformance
 
-Incremental compilation, REPLs, clang-repl
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-| Vassil Vassilev
-| Vassil.Vassilev\@cern.ch (email), v.g.vassilev (Phabricator), vgvassilev 
(GitHub)
+The following people are responsible for validating that changes are
+conforming to a relevant standard. Contact them for questions about how
+to interpret a standard, when fixing standards bugs, or when
+implementing a new standard feature.
 
+### C conformance
 
-Standards Conformance
----------------------
-The following people are responsible for validating that changes are conforming
-to a relevant standard. Contact them for questions about how to interpret a
-standard, when fixing standards bugs, or when implementing a new standard 
feature.
+Aaron Ballman \
[email protected] (email), aaron.ballman (Phabricator), 
[AaronBallman](https://github.com/AaronBallman) (GitHub), AaronBallman 
(Discourse), aaronballman (Discord)
 
-C conformance
-~~~~~~~~~~~~~
-| Aaron Ballman
-| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman 
(GitHub), AaronBallman (Discourse), aaronballman (Discord)
+### C++ conformance
 
+Hubert Tong \
[email protected] (email), hubert.reinterpretcast 
(Phabricator), 
[hubert-reinterpretcast](https://github.com/hubert-reinterpretcast) (GitHub)
 
-C++ conformance
-~~~~~~~~~~~~~~~
-| Hubert Tong
-| hubert.reinterpretcast\@gmail.com (email), hubert.reinterpretcast 
(Phabricator), hubert-reinterpretcast (GitHub)
+Shafik Yaghmour \
[email protected] (email), [shafik](https://github.com/shafik) 
(GitHub), shafik.yaghmour (Discord), shafik (Discourse)
 
-| Shafik Yaghmour
-| shafik.yaghmour\@intel.com (email), shafik (GitHub), shafik.yaghmour 
(Discord), shafik (Discourse)
+Vlad Serebrennikov \
[email protected] (email), 
[Endilll](https://github.com/Endilll) (GitHub), Endill (Discord), Endill 
(Discourse)
 
-| Vlad Serebrennikov
-| serebrennikov.vladislav\@gmail.com (email), Endilll (GitHub), Endill 
(Discord), Endill (Discourse)
+### C++ Defect Reports
 
+Vlad Serebrennikov \
[email protected] (email), 
[Endilll](https://github.com/Endilll) (GitHub), Endill (Discord), Endill 
(Discourse)
 
-C++ Defect Reports
-~~~~~~~~~~~~~~~~~~
-| Vlad Serebrennikov
-| serebrennikov.vladislav\@gmail.com (email), Endilll (GitHub), Endill 
(Discord), Endill (Discourse)
+### Objective-C/C++ conformance
 
+Akira Hatanaka \
[email protected], [ahatanak](https://github.com/ahatanak) (GitHub), 
ahatanak4220 (Discord), ahatanak (Discourse)
 
-Objective-C/C++ conformance
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-| Akira Hatanaka
-| ahatanak\@gmail.com,  ahatanak (GitHub), ahatanak4220 (Discord), ahatanak 
(Discourse)
+### OpenMP conformance
 
+Alexey Bataev \
[email protected] (email), ABataev (Phabricator), 
[alexey-bataev](https://github.com/alexey-bataev) (GitHub)
 
-OpenMP conformance
-~~~~~~~~~~~~~~~~~~
-| Alexey Bataev
-| a.bataev\@hotmail.com (email), ABataev (Phabricator), alexey-bataev (GitHub)
+### OpenCL conformance
 
+Sven van Haastregt \
[email protected] (email), [svenvh](https://github.com/svenvh) (GitHub)
 
-OpenCL conformance
-~~~~~~~~~~~~~~~~~~
-| Sven van Haastregt
-| sven.vanhaastregt\@arm.com (email), svenvh (GitHub)
+### OpenACC
 
+Erich Keane \
[email protected] (email), ErichKeane (Phabricator), 
[erichkeane](https://github.com/erichkeane) (GitHub)
 
-OpenACC
-~~~~~~~
-| Erich Keane
-| ekeane\@nvidia.com (email), ErichKeane (Phabricator), erichkeane (GitHub)
+### SYCL conformance
 
+Alexey Bader \
[email protected] (email), bader (Phabricator), 
[bader](https://github.com/bader) (GitHub)
 
-SYCL conformance
-~~~~~~~~~~~~~~~~
-| Alexey Bader
-| alexey.bader\@intel.com (email), bader (Phabricator), bader (GitHub)
+### HLSL conformance
 
+Chris Bieneman \
[email protected] (email), [llvm-beanz](https://github.com/llvm-beanz) 
(GitHub), beanz (Discord), beanz (Discourse)
 
-HLSL conformance
-~~~~~~~~~~~~~~~~
-| Chris Bieneman
-| chris.bieneman\@gmail.com (email), llvm-beanz (GitHub), beanz (Discord), 
beanz (Discourse)
+### Issue Triage
 
+Shafik Yaghmour \
[email protected] (email), [shafik](https://github.com/shafik) 
(GitHub), shafik.yaghmour (Discord), shafik (Discourse)
 
-Issue Triage
-~~~~~~~~~~~~
-| Shafik Yaghmour
-| shafik.yaghmour\@intel.com (email), shafik (GitHub), shafik.yaghmour 
(Discord), shafik (Discourse)
+hstk30 \
[email protected] (email), [hstk30-hw](https://github.com/hstk30-hw) 
(GitHub), hstk30(Discord), hstk30 (Discourse)
 
-| hstk30
-| hanwei62\@huawei.com (email), hstk30-hw (GitHub), hstk30(Discord), hstk30 
(Discourse)
+# Inactive Maintainers
 
+The following people have graciously spent time performing
+maintainership responsibilities but are no longer active in that role.
+Thank you for all your help with the success of the project!
 
-Inactive Maintainers
-====================
-The following people have graciously spent time performing maintainership
-responsibilities but are no longer active in that role. Thank you for all your
-help with the success of the project!
+## Emeritus Lead Maintainers
 
-Emeritus Lead Maintainers
--------------------------
-| Doug Gregor (dgregor\@apple.com)
-| Richard Smith (richard\@metafoo.co.uk)
+Doug Gregor ([email protected]) \
+Richard Smith ([email protected])
 
+## Inactive component maintainers
 
-Inactive component maintainers
-------------------------------
-| Anastasia Stulova (stulovaa\@gmail.com) -- OpenCL, C++ for OpenCL
-| Chandler Carruth (chandlerc\@gmail.com, chandlerc\@google.com) -- CMake, 
library layering
-| Devin Coughlin (dcoughlin\@apple.com) -- Clang static analyzer
-| Manuel Klimek (klimek\@google.com (email), klimek (Phabricator), r4nt 
(GitHub)) -- Tooling, AST matchers
-| Dmitri Gribenko (gribozavr\@gmail.com (email), gribozavr (Phabricator), 
gribozavr (GitHub)) -- Analysis & CFG
-| Tom Honermann (tom\@honermann.net (email), tahonermann (Phabricator), 
tahonermann (GitHub)) -- Text Encodings
-| John McCall (rjmccall\@apple.com (email), rjmccall (Phabricator), rjmccall 
(GitHub)) -- Clang LLVM IR generation, Objective-C/C++ conformance, Itanium ABI
-| John Ericson (git\@johnericson.me (email), Ericson2314 (Phabricator), 
Ericson2314 (GitHub)) -- CMake Integration
+Anastasia Stulova ([email protected]) \-- OpenCL, C++ for OpenCL \
+Chandler Carruth ([email protected], [email protected]) \--   CMake, 
library layering \
+Devin Coughlin ([email protected]) \-- Clang static analyzer \
+Manuel Klimek ([email protected] (email), klimek (Phabricator), 
[r4nt](https://github.com/r4nt) (GitHub)) \-- Tooling, AST matchers \
+Dmitri Gribenko ([email protected] (email), gribozavr (Phabricator), 
[gribozavr](https://github.com/gribozavr) (GitHub)) \-- Analysis & CFG \
+Tom Honermann ([email protected] (email), tahonermann (Phabricator), 
[tahonermann](https://github.com/tahonermann) (GitHub)) \-- Text Encodings \
+John McCall ([email protected] (email), rjmccall (Phabricator), 
[rjmccall](https://github.com/rjmccall) (GitHub)) \-- Clang LLVM IR generation, 
Objective-C/C++ conformance, Itanium ABI \
+John Ericson ([email protected] (email), Ericson2314 (Phabricator), 
[Ericson2314](https://github.com/Ericson2314) (GitHub)) \-- CMake Integration
diff --git a/clang/docs/Maintainers.md b/clang/docs/Maintainers.md
index 3b12d1404bd8f..e9654b20c05a1 100644
--- a/clang/docs/Maintainers.md
+++ b/clang/docs/Maintainers.md
@@ -1 +1,2 @@
-.. include:: ../Maintainers.md
+```{include} ../Maintainers.md
+```

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to