[Lldb-commits] [lldb] r287397 - Removing myself from CODE_OWNERS, and distributing those duties among other members of the community

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 18 15:18:11 PST 2016


Author: enrico
Date: Fri Nov 18 17:18:11 2016
New Revision: 287397

URL: http://llvm.org/viewvc/llvm-project?rev=287397&view=rev
Log:
Removing myself from CODE_OWNERS, and distributing those duties among other members of the community

That's All, Folks


Modified:
    lldb/trunk/CODE_OWNERS.txt

Modified: lldb/trunk/CODE_OWNERS.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/CODE_OWNERS.txt?rev=287397&r1=287396&r2=287397&view=diff
==============================================================================
--- lldb/trunk/CODE_OWNERS.txt (original)
+++ lldb/trunk/CODE_OWNERS.txt Fri Nov 18 17:18:11 2016
@@ -16,18 +16,14 @@ N: Greg Clayton
 E: clayborg at gmail.com (Phabricator)
 E: gclayton at apple.com (Direct)
 D: Overall LLDB architecture, Host (common+macosx), Symbol, API, ABI, Mac-specific code, 
-D: DynamicLoader, ObjectFile, IOHandler, EditLine, ValueObject, Watchpoints, debugserver
+D: DynamicLoader, ObjectFile, IOHandler, EditLine, Core/Value*, Watchpoints, debugserver
 D: Build scripts, Test suite, Platform, gdb-remote, Anything not covered by this file
 
-N: Enrico Granata
-E: granata.enrico at gmail.com
-D: Data Formatters, Core/Value*, Objective C Language runtime, Test suite, Xcode build
-D: SWIG
-
 N: Jim Ingham
 E: jingham at apple.com
 D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
 D: Watchpoints, Trampolines, Target, Command Interpreter, C++ / Objective C Language runtime
+D: Data Formatters
 
 N: Ilia K
 E: ki.stfu at gmail.com
@@ -48,6 +44,7 @@ D: lldb-mi
 N: Zachary Turner
 E: zturner at google.com
 D: CMake build, Host (common+windows), Plugins/Process/Windows, Anything Windows-specific
+D: Test suite
 
 N: Pavel Labath
 E: labath at google.com
@@ -55,5 +52,5 @@ D: Linux, Android
 
 N: Todd Fiala
 E: todd.fiala at gmail.com
-D: Test Suite subsystems (concurrent test runners, test events, TestResults system), gdb-remote protocol tests
+D: Test Suite, esp. subsystems (concurrent test runners, test events, TestResults system), gdb-remote protocol tests
 




More information about the lldb-commits mailing list