[libcxx-commits] [libcxx] [libc++] Update maintainer list (PR #175044)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 8 10:23:39 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
<details>
<summary>Changes</summary>
Libc++ has not had an official list of maintainers beyond its lead maintainer. The LLVM Area Teams are seeking to update the list of maintainers for subprojects, and I thought it would make sense to document the de-facto maintainership status.
---
Full diff: https://github.com/llvm/llvm-project/pull/175044.diff
1 Files Affected:
- (modified) libcxx/Maintainers.md (+50-3)
``````````diff
diff --git a/libcxx/Maintainers.md b/libcxx/Maintainers.md
index 2630ed9001119..d660665411df3 100644
--- a/libcxx/Maintainers.md
+++ b/libcxx/Maintainers.md
@@ -4,7 +4,54 @@ This file is a list of the
[maintainers](https://llvm.org/docs/DeveloperPolicy.html#maintainers) for
libc++.
-# Lead maintainer
+## Lead maintainer
-Louis Dionne \
-ldionne.2 at gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub)
\ No newline at end of file
+Responsible for project as a whole, and for any areas not covered by a specific maintainer.
+
+Louis Dionne
+ldionne.2 at gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub)
+
+## Components
+
+These maintainers are responsible for particular high-level components within libc++.
+The maintainership is not exclusive, in the sense that most contributors work across
+various components of the library.
+
+### ABI Questions
+
+Louis Dionne
+ldionne.2 at gmail.com (email), [ldionne](https://github.com/ldionne) (GitHub)
+
+Nikolas Klauser
+nikolasklauser at berlin.de (email), [philnik777](https://github.com/philnik777) (GitHub)
+
+### ISO C++ Conformance Status, LWG Issues
+
+A. Jiang
+de34 at live.cn (email), [frederick-vs-ja](https://github.com/frederick-vs-ja) (GitHub)
+
+Hristo Hristov
+hghristov.rmm at gmail.com (email), [H-G-Hristov](https://github.com/H-G-Hristov) (GitHub)
+
+### Hardening
+
+Konstantin Varlamov
+varconst at apple.com (email), [var-const](https://github.com/var-const) (GitHub)
+
+### Synchronization library and `<atomic>`
+
+Hui Xie
+hui.xie1990 at gmail.com (email), [huixie90](https://github.com/huixie90) (GitHub)
+
+Damien L-G
+dalg24 at gmail.com (email), [dalg24](https://github.com/dalg24) (GitHub)
+
+### `<mdspan>`
+
+Damien L-G
+dalg24 at gmail.com (email), [dalg24](https://github.com/dalg24) (GitHub)
+
+### Flat containers
+
+Hui Xie
+hui.xie1990 at gmail.com (email), [huixie90](https://github.com/huixie90) (GitHub)
``````````
</details>
https://github.com/llvm/llvm-project/pull/175044
More information about the libcxx-commits
mailing list