[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.
This commit is contained in:
@@ -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 \
|
||||
aaron@aaronballman.com (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 \
|
||||
aaron@aaronballman.com (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 \
|
||||
aeternalmail@gmail.com (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 \
|
||||
efriedma@qti.qualcomm.com (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 \
|
||||
anton@korobeynikov.info (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 \
|
||||
akaylor@nvidia.com (email), AndyKaylor (Discord), [AndyKaylor](https://github.com/AndyKaylor) (GitHub)
|
||||
|
||||
Bruno Cardoso Lopes \
|
||||
bruno.cardoso@gmail.com (email), sonicsprawl (Discord), [bcardosolopes](https://github.com/bcardosolopes) (GitHub)
|
||||
|
||||
Sema
|
||||
~~~~
|
||||
| Sirraide
|
||||
| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), Sirraide (Discourse)
|
||||
Henrich Lauko \
|
||||
henrich.lau@gmail.com (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 \
|
||||
yitzhakm@google.com (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 \
|
||||
sgatev@google.com (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 \
|
||||
aeternalmail@gmail.com (email), [Sirraide](https://github.com/Sirraide) (GitHub), Ætérnal (Discord), Sirraide (Discourse)
|
||||
|
||||
Mariya Podchishchaeva \
|
||||
mariya.podchishchaeva@intel.com (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 \
|
||||
hokein.wu@gmail.com (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 \
|
||||
tbaeder@redhat.com (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 \
|
||||
yedeng.yd@linux.alibaba.com (email), ChuanqiXu (Phabricator), [ChuanqiXu9](https://github.com/ChuanqiXu9) (GitHub)
|
||||
|
||||
Concepts
|
||||
~~~~~~~~
|
||||
| Corentin Jabot
|
||||
| corentin.jabot\@gmail.com (email), cor3ntin (Phabricator), cor3ntin (GitHub)
|
||||
Michael Spencer \
|
||||
bigcheesegs@gmail.com (email), Bigcheese (Phabricator), [Bigcheese](https://github.com/Bigcheese) (GitHub)
|
||||
|
||||
Vassil Vassilev \
|
||||
Vassil.Vassilev@cern.ch (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 \
|
||||
ekeane@nvidia.com (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 \
|
||||
corentin.jabot@gmail.com (email), cor3ntin (Phabricator), [cor3ntin](https://github.com/cor3ntin) (GitHub)
|
||||
|
||||
| Eric Christopher
|
||||
| echristo\@gmail.com (email), echristo (Phabricator), echristo (GitHub)
|
||||
### Lambdas
|
||||
|
||||
Corentin Jabot \
|
||||
corentin.jabot@gmail.com (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 \
|
||||
aprantl@apple.com (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 \
|
||||
dblaikie@gmail.com (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 \
|
||||
echristo@gmail.com (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 \
|
||||
anton@korobeynikov.info (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 \
|
||||
artem.dergachev@gmail.com (email), NoQ (Phabricator), [haoNoQ](https://github.com/haoNoQ) (GitHub)
|
||||
|
||||
Gábor Horváth \
|
||||
xazax.hun@gmail.com (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 \
|
||||
benicsbalazs@gmail.com (email), steakhal (Phabricator), [steakhal](https://github.com/steakhal) (GitHub)
|
||||
|
||||
| Saleem Abdulrasool
|
||||
| compnerd\@compnerd.org (email), compnerd (GitHub), compnerd (Discourse)
|
||||
Donát Nagy \
|
||||
donat.nagy@ericsson.com (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 \
|
||||
jan_svoboda@apple.com (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 \
|
||||
e_zhdan@apple.com (email), [egorzhdan](https://github.com/egorzhdan) (GitHub), egor.zhdan (Discourse)
|
||||
|
||||
Saleem Abdulrasool \
|
||||
compnerd@compnerd.org (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 \
|
||||
brad@comstyle.com (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 \
|
||||
joseph.huber@amd.com (email), [jhuber6](https://github.com/jhuber6) (GitHub)
|
||||
|
||||
Thread Safety Analysis
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
| Aaron Puchert
|
||||
| aaron.puchert\@sap.com (email), aaronpuchert (GitHub), aaronpuchert (Discourse)
|
||||
Nick Sarnie \
|
||||
nick.sarnie@intel.com (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 \
|
||||
i@maskray.me (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 \
|
||||
mariya.podchishchaeva@intel.com (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 \
|
||||
aaron.puchert@sap.com (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 \
|
||||
dwyatt@apple.com (email), [dougsonos](https://github.com/dougsonos) (GitHub), dougsonos (Discourse)
|
||||
|
||||
Sirraide \
|
||||
aeternalmail@gmail.com (email), [Sirraide](https://github.com/Sirraide) (GitHub), Ætérnal (Discord), Sirraide (Discourse)
|
||||
|
||||
### Code Coverage
|
||||
|
||||
Takumi Nakamura \
|
||||
geek4civic@gmail.com (email), chapuni(GitHub), chapuni (Discord), chapuni (Discourse)
|
||||
|
||||
Alan Phipps \
|
||||
a-phipps@ti.com (email), [evodius96](https://github.com/evodius96) (GitHub), evodius96 (Discourse)
|
||||
|
||||
### Python Bindings
|
||||
|
||||
Vlad Serebrennikov \
|
||||
serebrennikov.vladislav@gmail.com (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 \
|
||||
mydeveloperday@gmail.com (email), MyDeveloperDay (Phabricator), [MyDeveloperDay](https://github.com/MyDeveloperDay) (GitHub)
|
||||
|
||||
| Owen Pan
|
||||
| owenpiano\@gmail.com (email), owenpan (Phabricator), owenca (GitHub)
|
||||
Owen Pan \
|
||||
owenpiano@gmail.com (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
|
||||
|
||||
Microsoft ABI
|
||||
~~~~~~~~~~~~~
|
||||
| Reid Kleckner
|
||||
| rnk\@llvm.org (email), rnk (GitHub), rnk (Discourse), rnk (Discord), rnk (Phabricator)
|
||||
Reid Kleckner \
|
||||
rnk@llvm.org (email), [rnk](https://github.com/rnk) (GitHub), rnk (Discourse), rnk (Discord), rnk (Phabricator)
|
||||
|
||||
### ARM EABI
|
||||
|
||||
ARM EABI
|
||||
~~~~~~~~
|
||||
| Anton Korobeynikov
|
||||
| anton\@korobeynikov.info (email), asl (Phabricator), asl (GitHub)
|
||||
Anton Korobeynikov \
|
||||
anton@korobeynikov.info (email), asl (Phabricator), [asl](https://github.com/asl) (GitHub)
|
||||
|
||||
## Compiler-Wide Topics
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
Attributes
|
||||
~~~~~~~~~~
|
||||
| Aaron Ballman
|
||||
| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman (GitHub), AaronBallman (Discourse), aaronballman (Discord)
|
||||
### Attributes
|
||||
|
||||
Aaron Ballman \
|
||||
aaron@aaronballman.com (email), aaron.ballman (Phabricator), [AaronBallman](https://github.com/AaronBallman) (GitHub), AaronBallman (Discourse), aaronballman (Discord)
|
||||
|
||||
Plugins
|
||||
~~~~~~~
|
||||
| Vassil Vassilev
|
||||
| Vassil.Vassilev\@cern.ch (email), v.g.vassilev (Phabricator), vgvassilev (GitHub)
|
||||
### Plugins
|
||||
|
||||
Vassil Vassilev \
|
||||
Vassil.Vassilev@cern.ch (email), v.g.vassilev (Phabricator), [vgvassilev](https://github.com/vgvassilev) (GitHub)
|
||||
|
||||
Inline assembly
|
||||
~~~~~~~~~~~~~~~
|
||||
| Eric Christopher
|
||||
| echristo\@gmail.com (email), echristo (Phabricator), echristo (GitHub)
|
||||
### Inline assembly
|
||||
|
||||
Eric Christopher \
|
||||
echristo@gmail.com (email), echristo (Phabricator), [echristo](https://github.com/echristo) (GitHub)
|
||||
|
||||
Text encodings
|
||||
~~~~~~~~~~~~~~
|
||||
| Corentin Jabot
|
||||
| corentin.jabot\@gmail.com (email), cor3ntin (Phabricator), cor3ntin (GitHub)
|
||||
### Text encodings
|
||||
|
||||
Corentin Jabot \
|
||||
corentin.jabot@gmail.com (email), cor3ntin (Phabricator), [cor3ntin](https://github.com/cor3ntin) (GitHub)
|
||||
|
||||
CMake integration
|
||||
~~~~~~~~~~~~~~~~~
|
||||
| Petr Hosek
|
||||
| phosek\@google.com (email), phosek (Phabricator), petrhosek (GitHub)
|
||||
### CMake integration
|
||||
|
||||
Petr Hosek \
|
||||
phosek@google.com (email), phosek (Phabricator), [petrhosek](https://github.com/petrhosek) (GitHub)
|
||||
|
||||
General Windows support
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
| Reid Kleckner
|
||||
| rnk\@llvm.org (email), rnk (GitHub), rnk (Discourse), rnk (Discord), rnk (Phabricator)
|
||||
### General Windows support
|
||||
|
||||
Reid Kleckner \
|
||||
rnk@llvm.org (email), [rnk](https://github.com/rnk) (GitHub), rnk (Discourse), rnk (Discord), rnk (Phabricator)
|
||||
|
||||
Incremental compilation, REPLs, clang-repl
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
| Vassil Vassilev
|
||||
| Vassil.Vassilev\@cern.ch (email), v.g.vassilev (Phabricator), vgvassilev (GitHub)
|
||||
### Incremental compilation, REPLs, clang-repl
|
||||
|
||||
Vassil Vassilev \
|
||||
Vassil.Vassilev@cern.ch (email), v.g.vassilev (Phabricator), [vgvassilev](https://github.com/vgvassilev) (GitHub)
|
||||
|
||||
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.
|
||||
## Standards Conformance
|
||||
|
||||
C conformance
|
||||
~~~~~~~~~~~~~
|
||||
| Aaron Ballman
|
||||
| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman (GitHub), AaronBallman (Discourse), aaronballman (Discord)
|
||||
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
|
||||
|
||||
C++ conformance
|
||||
~~~~~~~~~~~~~~~
|
||||
| Hubert Tong
|
||||
| hubert.reinterpretcast\@gmail.com (email), hubert.reinterpretcast (Phabricator), hubert-reinterpretcast (GitHub)
|
||||
Aaron Ballman \
|
||||
aaron@aaronballman.com (email), aaron.ballman (Phabricator), [AaronBallman](https://github.com/AaronBallman) (GitHub), AaronBallman (Discourse), aaronballman (Discord)
|
||||
|
||||
| Shafik Yaghmour
|
||||
| shafik.yaghmour\@intel.com (email), shafik (GitHub), shafik.yaghmour (Discord), shafik (Discourse)
|
||||
### C++ conformance
|
||||
|
||||
| Vlad Serebrennikov
|
||||
| serebrennikov.vladislav\@gmail.com (email), Endilll (GitHub), Endill (Discord), Endill (Discourse)
|
||||
Hubert Tong \
|
||||
hubert.reinterpretcast@gmail.com (email), hubert.reinterpretcast (Phabricator), [hubert-reinterpretcast](https://github.com/hubert-reinterpretcast) (GitHub)
|
||||
|
||||
Shafik Yaghmour \
|
||||
shafik.yaghmour@intel.com (email), [shafik](https://github.com/shafik) (GitHub), shafik.yaghmour (Discord), shafik (Discourse)
|
||||
|
||||
C++ Defect Reports
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
| Vlad Serebrennikov
|
||||
| serebrennikov.vladislav\@gmail.com (email), Endilll (GitHub), Endill (Discord), Endill (Discourse)
|
||||
Vlad Serebrennikov \
|
||||
serebrennikov.vladislav@gmail.com (email), [Endilll](https://github.com/Endilll) (GitHub), Endill (Discord), Endill (Discourse)
|
||||
|
||||
### C++ Defect Reports
|
||||
|
||||
Objective-C/C++ conformance
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
| Akira Hatanaka
|
||||
| ahatanak\@gmail.com, ahatanak (GitHub), ahatanak4220 (Discord), ahatanak (Discourse)
|
||||
Vlad Serebrennikov \
|
||||
serebrennikov.vladislav@gmail.com (email), [Endilll](https://github.com/Endilll) (GitHub), Endill (Discord), Endill (Discourse)
|
||||
|
||||
### Objective-C/C++ conformance
|
||||
|
||||
OpenMP conformance
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
| Alexey Bataev
|
||||
| a.bataev\@hotmail.com (email), ABataev (Phabricator), alexey-bataev (GitHub)
|
||||
Akira Hatanaka \
|
||||
ahatanak@gmail.com, [ahatanak](https://github.com/ahatanak) (GitHub), ahatanak4220 (Discord), ahatanak (Discourse)
|
||||
|
||||
### OpenMP conformance
|
||||
|
||||
OpenCL conformance
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
| Sven van Haastregt
|
||||
| sven.vanhaastregt\@arm.com (email), svenvh (GitHub)
|
||||
Alexey Bataev \
|
||||
a.bataev@hotmail.com (email), ABataev (Phabricator), [alexey-bataev](https://github.com/alexey-bataev) (GitHub)
|
||||
|
||||
### OpenCL conformance
|
||||
|
||||
OpenACC
|
||||
~~~~~~~
|
||||
| Erich Keane
|
||||
| ekeane\@nvidia.com (email), ErichKeane (Phabricator), erichkeane (GitHub)
|
||||
Sven van Haastregt \
|
||||
sven.vanhaastregt@arm.com (email), [svenvh](https://github.com/svenvh) (GitHub)
|
||||
|
||||
### OpenACC
|
||||
|
||||
SYCL conformance
|
||||
~~~~~~~~~~~~~~~~
|
||||
| Alexey Bader
|
||||
| alexey.bader\@intel.com (email), bader (Phabricator), bader (GitHub)
|
||||
Erich Keane \
|
||||
ekeane@nvidia.com (email), ErichKeane (Phabricator), [erichkeane](https://github.com/erichkeane) (GitHub)
|
||||
|
||||
### SYCL conformance
|
||||
|
||||
HLSL conformance
|
||||
~~~~~~~~~~~~~~~~
|
||||
| Chris Bieneman
|
||||
| chris.bieneman\@gmail.com (email), llvm-beanz (GitHub), beanz (Discord), beanz (Discourse)
|
||||
Alexey Bader \
|
||||
alexey.bader@intel.com (email), bader (Phabricator), [bader](https://github.com/bader) (GitHub)
|
||||
|
||||
### HLSL conformance
|
||||
|
||||
Issue Triage
|
||||
~~~~~~~~~~~~
|
||||
| Shafik Yaghmour
|
||||
| shafik.yaghmour\@intel.com (email), shafik (GitHub), shafik.yaghmour (Discord), shafik (Discourse)
|
||||
Chris Bieneman \
|
||||
chris.bieneman@gmail.com (email), [llvm-beanz](https://github.com/llvm-beanz) (GitHub), beanz (Discord), beanz (Discourse)
|
||||
|
||||
| hstk30
|
||||
| hanwei62\@huawei.com (email), hstk30-hw (GitHub), hstk30(Discord), hstk30 (Discourse)
|
||||
### Issue Triage
|
||||
|
||||
Shafik Yaghmour \
|
||||
shafik.yaghmour@intel.com (email), [shafik](https://github.com/shafik) (GitHub), shafik.yaghmour (Discord), shafik (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!
|
||||
hstk30 \
|
||||
hanwei62@huawei.com (email), [hstk30-hw](https://github.com/hstk30-hw) (GitHub), hstk30(Discord), hstk30 (Discourse)
|
||||
|
||||
Emeritus Lead Maintainers
|
||||
-------------------------
|
||||
| Doug Gregor (dgregor\@apple.com)
|
||||
| Richard Smith (richard\@metafoo.co.uk)
|
||||
# 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 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
|
||||
## Emeritus Lead Maintainers
|
||||
|
||||
Doug Gregor (dgregor@apple.com) \
|
||||
Richard Smith (richard@metafoo.co.uk)
|
||||
|
||||
## 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](https://github.com/r4nt) (GitHub)) \-- Tooling, AST matchers \
|
||||
Dmitri Gribenko (gribozavr@gmail.com (email), gribozavr (Phabricator), [gribozavr](https://github.com/gribozavr) (GitHub)) \-- Analysis & CFG \
|
||||
Tom Honermann (tom@honermann.net (email), tahonermann (Phabricator), [tahonermann](https://github.com/tahonermann) (GitHub)) \-- Text Encodings \
|
||||
John McCall (rjmccall@apple.com (email), rjmccall (Phabricator), [rjmccall](https://github.com/rjmccall) (GitHub)) \-- Clang LLVM IR generation, Objective-C/C++ conformance, Itanium ABI \
|
||||
John Ericson (git@johnericson.me (email), Ericson2314 (Phabricator), [Ericson2314](https://github.com/Ericson2314) (GitHub)) \-- CMake Integration
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
.. include:: ../Maintainers.md
|
||||
```{include} ../Maintainers.md
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user