CODE_OWNERS.TXT 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. This file is a list of the people responsible for ensuring that patches for a
  2. particular part of Clang are reviewed, either by themself or by someone else.
  3. They are also the gatekeepers for their part of Clang, with the final word on
  4. what goes in or not.
  5. The list is sorted by surname and formatted to allow easy grepping and
  6. beautification by scripts. The fields are: name (N), email (E), web-address
  7. (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
  8. (S).
  9. N: Alexey Bader
  10. E: alexey.bader@intel.com
  11. D: SYCL support
  12. N: Aaron Ballman
  13. E: aaron@aaronballman.com
  14. D: Clang attributes
  15. N: Alexey Bataev
  16. E: a.bataev@hotmail.com
  17. D: OpenMP support
  18. N: Chandler Carruth
  19. E: chandlerc@gmail.com
  20. E: chandlerc@google.com
  21. D: CMake, library layering
  22. N: Eric Christopher
  23. E: echristo@gmail.com
  24. D: Debug Information, inline assembly
  25. N: Devin Coughlin
  26. E: dcoughlin@apple.com
  27. D: Clang Static Analyzer
  28. N: Doug Gregor
  29. E: dgregor@apple.com
  30. D: Emeritus owner
  31. N: Reid Kleckner
  32. E: rnk@google.com
  33. D: Microsoft C++ ABI compatibility and general Windows support
  34. N: Manuel Klimek
  35. E: klimek@google.com
  36. D: AST matchers, LibTooling
  37. N: Anton Korobeynikov
  38. E: anton@korobeynikov.info
  39. D: Exception handling, Windows codegen, ARM EABI
  40. N: John McCall
  41. E: rjmccall@apple.com
  42. D: Clang LLVM IR generation
  43. N: Brad Smith
  44. E: brad@comstyle.com
  45. D: OpenBSD driver
  46. N: Richard Smith
  47. E: richard@metafoo.co.uk
  48. D: All parts of Clang not covered by someone else
  49. N: Anastasia Stulova
  50. E: anastasia.stulova@arm.com
  51. D: OpenCL support