[Sanitizer] Add rudimentary support for wide-character strings to scanf/printf interc...
[blocksruntime.git] / CODE_OWNERS.TXT
blob2159ad7b845cbec607b1af95486e084e51d6c592
1 This file is a list of the people responsible for ensuring that patches for a
2 particular part of compiler-rt are reviewed, either by themself or by
3 someone else. They are also the gatekeepers for their part of compiler-rt, with
4 the final word on what goes in or not.
6 The list is sorted by surname and formatted to allow easy grepping and
7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9 (S).
11 N: Peter Collingbourne
12 E: peter@pcc.me.uk
13 D: DataFlowSanitizer
15 N: Daniel Dunbar
16 E: daniel@zuster.org
17 D: Makefile build
19 N: Timur Iskhodzhanov
20 E: timurrrr@google.com
21 D: AddressSanitizer for Windows
23 N: Howard Hinnant
24 E: howard.hinnant@gmail.com
25 D: builtins library
27 N: Sergey Matveev
28 E: earthdok@google.com
29 D: LeakSanitizer
31 N: Alexander Potapenko
32 E: glider@google.com
33 D: MacOS/iOS port of sanitizers
35 N: Alexey Samsonov
36 E: samsonov@google.com
37 D: CMake build, test suite
39 N: Kostya Serebryany
40 E: kcc@google.com
41 D: AddressSanitizer, sanitizer_common, porting sanitizers to another platforms
43 N: Richard Smith
44 E: richard-llvm@metafoo.co.uk
45 D: UndefinedBehaviorSanitizer
47 N: Evgeniy Stepanov
48 E: eugenis@google.com
49 D: MemorySanitizer, Android port of sanitizers
51 N: Dmitry Vyukov
52 E: dvyukov@google.com
53 D: ThreadSanitizer
55 N: Bill Wendling
56 E: isanbard@gmail.com
57 D: Profile runtime library