diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-11-17 02:26:54 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-11-17 02:26:54 +0000 |
commit | eed64a9c8da528c15e217590e20f24b37e162dd3 (patch) | |
tree | a143fb1c9d3645e483563909a5b2c467c2835a81 /CODE_OWNERS.TXT | |
parent | 43147afd71f6da4e7369a4ab9c681e5b4e0cf8c7 (diff) |
Per agreement with Doug, take ownership of Clang's libSema.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r-- | CODE_OWNERS.TXT | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT index 5e54cfae72..025fe4f29c 100644 --- a/CODE_OWNERS.TXT +++ b/CODE_OWNERS.TXT @@ -40,7 +40,7 @@ E: hfinkel@anl.gov 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 @@ N: Duncan Sands E: baldrick@free.fr D: DragonEgg +N: Richard Smith +E: richard@metafoo.co.uk +D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*) + N: Andrew Trick E: atrick@apple.com D: Instruction Scheduling |