[llvm] [LLVM][Maintainers] Move code owner list to Maintainers.rst (PR #110240)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 10:56:57 PDT 2024


================
@@ -0,0 +1,467 @@
+================
+LLVM Maintainers
+================
+
+This file is a list of the
+`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for
+LLVM.
+
+.. contents::
+   :depth: 2
+   :local:
+
+Current Maintainers
+===================
+The following people are the active code owners for the project. Please reach
+out to them for code reviews, questions about their area of expertise, or other
+assistance.
+
+**Warning: The maintainer list for LLVM is currently not up to date.**
+
+Lead maintainer
+---------------
+The lead maintainer is responsible for all parts of LLVM not covered by somebody else.
+
+| Chris Lattner
+| sabre\@nondot.org (email), lattner (GitHub), clattner (Discourse)
+
+
+
+Transforms and analyses
+-----------------------
+
+AliasAnalysis
+~~~~~~~~~~~~~~
+| Hal Finkel
+| hfinkel\@anl.gov (email), hfinkel (GitHub)
----------------
nikic wrote:

I've pushed another commit converting the file to markdown, here's the result: https://github.com/nikic/llvm-project/blob/llvm-maintainers/llvm/Maintainers.md

Two things that were lost along the way is the table of contents, and the suppression of linkification for the emails (apparently this can't be cleanly disabled with markdown).

https://github.com/llvm/llvm-project/pull/110240


More information about the llvm-commits mailing list