[cfe-dev] [PATCH] Update code owner for parser
Alp Toker
alp at nuanti.com
Fri Jan 10 08:55:56 PST 2014
Hi Doug,
I've been helping to maintain the parser for a while and we haven't had
an explicit code owner for some time.
The attached patch updates CODE_OWNERS.TXT to provide a clear point of
contact.
I see this mostly as a janitorial role looking to tackle the PR and
patch review queue more proactively, while helping to coordinate ongoing
modernization work to meet the needs of the community.
That aside it should be business as usual with existing developers
working on C++1y, Objective-C, OpenCL and OpenMP directing their
respective areas of the parser.
Cheers
Alp.
--
http://www.nuanti.com
the browser experts
-------------- next part --------------
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index af50831..3fcf6ed 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -38,3 +38,7 @@ D: MS-inline asm, and the compiler driver
N: Richard Smith
E: richard at metafoo.co.uk
D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)
+
+N: Alp Toker
+E: alp at nuanti.com
+D: Clang Parser (clang/lib/Parse/* clang/include/clang/Parse/*)
More information about the cfe-dev
mailing list