|
1 | 1 | =================
|
2 |
| -Clang Code Owners |
| 2 | +Clang Maintainers |
3 | 3 | =================
|
4 | 4 |
|
5 | 5 | This file is a list of the
|
6 |
| -`code owners <https://llvm.org/docs/DeveloperPolicy.html#code-owners>`_ for |
| 6 | +`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for |
7 | 7 | Clang.
|
8 | 8 |
|
9 | 9 | .. contents::
|
10 | 10 | :depth: 2
|
11 | 11 | :local:
|
12 | 12 |
|
13 |
| -Current Code Owners |
14 |
| -=================== |
15 |
| -The following people are the active code owners for the project. Please reach |
| 13 | +Active Maintainers |
| 14 | +================== |
| 15 | +The following people are the active maintainers for the project. Please reach |
16 | 16 | out to them for code reviews, questions about their area of expertise, or other
|
17 | 17 | assistance.
|
18 | 18 |
|
19 |
| -All parts of Clang not covered by someone else |
20 |
| ----------------------------------------------- |
| 19 | +Lead Maintainer |
| 20 | +--------------- |
21 | 21 | | Aaron Ballman
|
22 | 22 | | aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman (GitHub), AaronBallman (Discourse), aaronballman (Discord), AaronBallman (IRC)
|
23 | 23 |
|
24 | 24 |
|
25 | 25 | Contained Components
|
26 | 26 | --------------------
|
27 |
| -These code owners are responsible for particular high-level components within |
| 27 | +These maintainers are responsible for particular high-level components within |
28 | 28 | Clang that are typically contained to one area of the compiler.
|
29 | 29 |
|
30 | 30 | AST matchers
|
31 | 31 | ~~~~~~~~~~~~
|
32 |
| -| Manuel Klimek |
33 |
| -| klimek\@google.com (email), klimek (Phabricator), r4nt (GitHub) |
| 32 | +| Aaron Ballman |
| 33 | +| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman (GitHub), AaronBallman (Discourse), aaronballman (Discord), AaronBallman (IRC) |
34 | 34 |
|
35 | 35 |
|
36 | 36 | Clang LLVM IR generation
|
@@ -60,7 +60,7 @@ Analysis & CFG
|
60 | 60 | Experimental new constant interpreter
|
61 | 61 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
62 | 62 | | Timm Bäder
|
63 |
| -| tbaeder\@redhat.com (email), tbaeder (Phabricator), tbaederr (GitHub), tbaeder (Discourse), tbaeder (Discord) |
| 63 | +| tbaeder\@redhat.com (em), tbaeder (Phabricator), tbaederr (GitHub), tbaeder (Discourse), tbaeder (Discord) |
64 | 64 |
|
65 | 65 |
|
66 | 66 | Modules & serialization
|
@@ -125,14 +125,9 @@ Driver parts not covered by someone else
|
125 | 125 |
|
126 | 126 | Tools
|
127 | 127 | -----
|
128 |
| -These code owners are responsible for user-facing tools under the Clang |
| 128 | +These maintainers are responsible for user-facing tools under the Clang |
129 | 129 | umbrella or components used to support such tools.
|
130 | 130 |
|
131 |
| -Tooling library |
132 |
| -~~~~~~~~~~~~~~~ |
133 |
| -| Manuel Klimek |
134 |
| -| klimek\@google.com (email), klimek (Phabricator), r4nt (GitHub) |
135 |
| -
|
136 | 131 |
|
137 | 132 | clang-format
|
138 | 133 | ~~~~~~~~~~~~
|
@@ -255,19 +250,20 @@ SYCL conformance
|
255 | 250 | | alexey.bader\@intel.com (email), bader (Phabricator), bader (GitHub)
|
256 | 251 |
|
257 | 252 |
|
258 |
| -Former Code Owners |
259 |
| -================== |
260 |
| -The following people have graciously spent time performing code ownership |
| 253 | +Inactive Maintainers |
| 254 | +==================== |
| 255 | +The following people have graciously spent time performing maintainership |
261 | 256 | responsibilities but are no longer active in that role. Thank you for all your
|
262 | 257 | help with the success of the project!
|
263 | 258 |
|
264 |
| -Emeritus owners |
265 |
| ---------------- |
| 259 | +Emeritus Lead Maintainers |
| 260 | +------------------------- |
266 | 261 | | Doug Gregor (dgregor\@apple.com)
|
267 | 262 | | Richard Smith (richard\@metafoo.co.uk)
|
268 | 263 |
|
269 | 264 |
|
270 |
| -Former component owners |
271 |
| ------------------------ |
| 265 | +Inactive component maintainers |
| 266 | +------------------------------ |
272 | 267 | | Chandler Carruth (chandlerc\@gmail.com, chandlerc\@google.com) -- CMake, library layering
|
273 | 268 | | Devin Coughlin (dcoughlin\@apple.com) -- Clang static analyzer
|
| 269 | +| Manuel Klimek (klimek\@google.com (email), klimek (Phabricator), r4nt (GitHub)) -- Tooling, AST matchers |
0 commit comments