diff options
| author | Jason Molenda <jmolenda@apple.com> | 2017-11-01 01:38:42 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2017-11-01 01:38:42 +0000 |
| commit | 6418bff2f350fc222791fcff76b7c9f7a32d2ace (patch) | |
| tree | 292e2679fe1f4048a1989f0d033b9ae98ab4870f | |
| parent | 5173136a968547330ab5a25c467b9b968be9ab43 (diff) | |
| download | bcm5719-llvm-6418bff2f350fc222791fcff76b7c9f7a32d2ace.tar.gz bcm5719-llvm-6418bff2f350fc222791fcff76b7c9f7a32d2ace.zip | |
Remove Sean Callanan from the CODE_OWNERS, he won't have time
to participate in lldb going forward. Jim Ingham is adopting
the areas he was responsible for.
llvm-svn: 317067
| -rw-r--r-- | lldb/CODE_OWNERS.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/CODE_OWNERS.txt b/lldb/CODE_OWNERS.txt index 8fe43284cf6..dac88687077 100644 --- a/lldb/CODE_OWNERS.txt +++ b/lldb/CODE_OWNERS.txt @@ -8,10 +8,6 @@ beautification by scripts. The fields are: name (N), email (E), web-address (W), PGP key ID and fingerprint (P), description (D), and snail-mail address (S). -N: Sean Callanan -E: scallanan@apple.com -D: Expression evaluator, IR interpreter, Clang integration - N: Greg Clayton E: clayborg@gmail.com D: Overall LLDB architecture, Host (common+macosx), Symbol, API, ABI, Mac-specific code, @@ -22,6 +18,7 @@ N: Jim Ingham E: jingham@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: Expression evaluator, IR interpreter, Clang integration D: Data Formatters N: Ilia K |

