[compiler-rt] 859b614 - [docs] Update compiler-rt/CODE_OWNERS.TXT
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 19 17:29:02 PDT 2022
Author: Vitaly Buka
Date: 2022-10-19T17:28:48-07:00
New Revision: 859b61483701c0894118253bf585a49d093fc783
URL: https://github.com/llvm/llvm-project/commit/859b61483701c0894118253bf585a49d093fc783
DIFF: https://github.com/llvm/llvm-project/commit/859b61483701c0894118253bf585a49d093fc783.diff
LOG: [docs] Update compiler-rt/CODE_OWNERS.TXT
Reviewed By: compnerd, kcc, lhames, phosek, tejohnson, dvyukov, MaskRay
Differential Revision: https://reviews.llvm.org/D135617
Added:
Modified:
compiler-rt/CODE_OWNERS.TXT
Removed:
################################################################################
diff --git a/compiler-rt/CODE_OWNERS.TXT b/compiler-rt/CODE_OWNERS.TXT
index 02558d92713d..80f7a93efc30 100644
--- a/compiler-rt/CODE_OWNERS.TXT
+++ b/compiler-rt/CODE_OWNERS.TXT
@@ -8,33 +8,41 @@ 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: Saleem Abdulrasool
+E: compnerd at compnerd.org
+D: builtins library
+
+N: Vitaly Buka
+E: vitalybuka at google.com
+D: Sanitizers
+
N: Peter Collingbourne
E: peter at pcc.me.uk
-D: DataFlowSanitizer
+D: CFI, SafeStack
-N: Daniel Dunbar
-E: daniel at zuster.org
-D: Makefile build
+N: Lang Hames
+E: lhames at gmail.com
+D: ORC
-N: Timur Iskhodzhanov
-E: timurrrr at google.com
-D: AddressSanitizer for Windows
+N: Petr Hosek
+E: phosek at google.com
+D: CRT, CMake build
-N: Saleem Abdulrasool
-E: compnerd at compnerd.org
-D: builtins library
+N: Teresa Johnson
+E: tejohnson at google.com
+D: MemProf
+
+N: Mitch Phillips
+E: mitchp at google.com
+D: GWP ASAN
N: Alexander Potapenko
E: glider at google.com
-D: MacOS/iOS port of sanitizers
-
-N: Alexey Samsonov
-E: samsonov at google.com
-D: CMake build, test suite
+D: Sanitizers
N: Kostya Serebryany
E: kcc at google.com
-D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms, LeakSanitizer
+D: AddressSanitizer, sanitizer_common, LeakSanitizer, LibFuzzer
N: Richard Smith
E: richard-llvm at metafoo.co.uk
More information about the llvm-commits
mailing list