[cfe-commits] r168650 - /cfe/trunk/CODE_OWNERS.TXT

Eli Friedman eli.friedman at gmail.com
Mon Nov 26 17:12:12 PST 2012


On Mon, Nov 26, 2012 at 4:48 PM, Richard Smith
<richard-llvm at metafoo.co.uk> wrote:
> Author: rsmith
> Date: Mon Nov 26 18:48:12 2012
> New Revision: 168650
>
> URL: http://llvm.org/viewvc/llvm-project?rev=168650&view=rev
> Log:
> Duplicate some common owners between Clang and LLVM.
>
> Modified:
>     cfe/trunk/CODE_OWNERS.TXT
>
> Modified: cfe/trunk/CODE_OWNERS.TXT
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/CODE_OWNERS.TXT?rev=168650&r1=168649&r2=168650&view=diff
> ==============================================================================
> --- cfe/trunk/CODE_OWNERS.TXT (original)
> +++ cfe/trunk/CODE_OWNERS.TXT Mon Nov 26 18:48:12 2012
> @@ -8,9 +8,22 @@
>  (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
>  (S).
>
> +N: Chandler Carruth
> +E: chandlerc at gmail.com
> +E: chandlerc at google.com
> +D: CMake, library layering
> +
> +N: Eric Christopher
> +E: echristo at gmail.com
> +D: Debug Information, autotools/configure/make build, inline assembly
> +
>  N: Doug Gregor
>  D: All parts of Clang not covered by someone else
>
> +N: Anton Korobeynikov
> +E: anton at korobeynikov.info
> +D: Exception handling, Windows codegen, ARM EABI

I'm pretty sure Anton doesn't want to own the exception handling code
in clang, and I don't think we want to split up ownership of
lib/CodeGen/TargetInfo.cpp.

-Eli



More information about the cfe-commits mailing list