[cfe-dev] [llvm-commits] [llvm] r168244 - /llvm/trunk/CODE_OWNERS.TXT

Chris Lattner clattner at apple.com
Sun Nov 25 09:08:40 PST 2012


List jumping here a bit, but should clang have its own CODE_OWNERS.TXT file?  It makes more sense to me for each subproject to track their own metadata...

-Chris

On Nov 16, 2012, at 6:26 PM, Richard Smith <richard-llvm at metafoo.co.uk> wrote:

> Author: rsmith
> Date: Fri Nov 16 20:26:54 2012
> New Revision: 168244
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=168244&view=rev
> Log:
> Per agreement with Doug, take ownership of Clang's libSema.
> 
> Modified:
>    llvm/trunk/CODE_OWNERS.TXT
> 
> Modified: llvm/trunk/CODE_OWNERS.TXT
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?rev=168244&r1=168243&r2=168244&view=diff
> ==============================================================================
> --- llvm/trunk/CODE_OWNERS.TXT (original)
> +++ llvm/trunk/CODE_OWNERS.TXT Fri Nov 16 20:26:54 2012
> @@ -40,7 +40,7 @@
> D: BBVectorize and the PowerPC target
> 
> N: Doug Gregor
> -D: Clang Frontend Libraries
> +D: All parts of Clang not covered by someone else
> 
> N: Tobias Grosser
> D: Polly
> @@ -107,6 +107,10 @@
> E: baldrick at free.fr
> D: DragonEgg
> 
> +N: Richard Smith
> +E: richard at metafoo.co.uk
> +D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)
> +
> N: Andrew Trick
> E: atrick at apple.com
> D: Instruction Scheduling
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the cfe-dev mailing list