[clang] 5d8bbe1 - Reword the intro to the code owners file

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 4 06:10:04 PDT 2023


Author: Aaron Ballman
Date: 2023-08-04T09:09:53-04:00
New Revision: 5d8bbe196a0782f5e003e2ba080745b2111a22f0

URL: https://github.com/llvm/llvm-project/commit/5d8bbe196a0782f5e003e2ba080745b2111a22f0
DIFF: https://github.com/llvm/llvm-project/commit/5d8bbe196a0782f5e003e2ba080745b2111a22f0.diff

LOG: Reword the intro to the code owners file

Instead of describing the job of a code owner within the code owners
file, link to where we describe code ownership for the project.

Added: 
    

Modified: 
    clang/CodeOwners.rst

Removed: 
    


################################################################################
diff  --git a/clang/CodeOwners.rst b/clang/CodeOwners.rst
index d7f6b4e56a440f..672abd1acaaa15 100644
--- a/clang/CodeOwners.rst
+++ b/clang/CodeOwners.rst
@@ -2,10 +2,9 @@
 Clang Code Owners
 =================
 
-This file is a list of the people responsible for ensuring that patches for a
-particular part of Clang are reviewed, either by themself or by someone else.
-They are also the gatekeepers for their part of Clang, with the final word on
-what goes in or not.
+This file is a list of the
+`code owners <https://llvm.org/docs/DeveloperPolicy.html#code-owners>`_ for
+Clang.
 
 .. contents::
    :depth: 2


        


More information about the cfe-commits mailing list