Skip to content

Commit 2e723f5

Browse files
committed
Move Clang code owners list from llvm/ to cfe/.
llvm-svn: 168639
1 parent c800b12 commit 2e723f5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

clang/CODE_OWNERS.TXT

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
This file is a list of the people responsible for ensuring that patches for a
2+
particular part of Clang are reviewed, either by themself or by someone else.
3+
They are also the gatekeepers for their part of Clang, with the final word on
4+
what goes in or not.
5+
6+
The list is sorted by surname and formatted to allow easy grepping and
7+
beautification by scripts. The fields are: name (N), email (E), web-address
8+
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9+
(S).
10+
11+
N: Doug Gregor
12+
D: All parts of Clang not covered by someone else
13+
14+
N: Ted Kremenek
15+
D: Clang Static Analyzer
16+
17+
N: John McCall
18+
19+
D: Clang LLVM IR generation
20+
21+
N: Richard Smith
22+
23+
D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)

0 commit comments

Comments
 (0)