[PATCH] D109810: [doc] documentation of code review tools
Christian Kühnel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 13 05:12:40 PDT 2021
kuhnel updated this revision to Diff 379349.
kuhnel edited the summary of this revision.
kuhnel added a comment.
2nd iteration of the patch
Changes:
- added a bit of boilerplate text
- changed the links to be simpler to read
- removed the project that haven't been updated in a long time or are not performing code reviews
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109810/new/
https://reviews.llvm.org/D109810
Files:
llvm/docs/DeveloperPolicy.rst
Index: llvm/docs/DeveloperPolicy.rst
===================================================================
--- llvm/docs/DeveloperPolicy.rst
+++ llvm/docs/DeveloperPolicy.rst
@@ -127,6 +127,38 @@
software. Please see :doc:`CodeReview` for more information on LLVM's code-review
process.
+
+Here you can find a list of repositories using
+`Phabricator <https://reviews.llvm.org/>`_ or GitHub Pull Requests for code
+reviews. Some repositires appear in both lists as both tools were used in the
+past.
+
+
+**Repositories using Phabricator:**
+
+* `llvm-project <https://github.com/llvm/llvm-project>`_ aka. LLVM Monorepo
+* `llvm-zorg <https://github.com/llvm/llvm-zorg/>`_
+* `Llvm-www <https://github.com/llvm/llvm-www>`_
+* `lvm-test-suite <https://github.com/llvm/llvm-test-suite>`_
+* `LNT <https://github.com/llvm/llvm-lnt>`_
+
+
+**Repositories using Github Pull Requests:**
+
+* `circt <https://github.com/llvm/circt>`_
+* `mlir-www <https://github.com/llvm/mlir-www>`_
+* `llvm-iwg <https://github.com/llvm/llvm-iwg>`_
+* `circt-www <https://github.com/llvm/circt-www>`_
+* `llvm-foundation-www <https://github.com/llvm/llvm-foundation-www>`_
+* `Llvm-www <https://github.com/llvm/llvm-www>`_
+* `clangd-www <https://github.com/llvm/clangd-www>`_
+* `mlir-npcomp <https://github.com/llvm/mlir-npcomp>`_
+* `llvm-test-suite <https://github.com/llvm/llvm-test-suite>`_
+* `www-releases <https://github.com/llvm/www-releases>`_
+* `llvm-blog-www <https://github.com/llvm/llvm-blog-www>`_
+* `llvm-www-pubs <https://github.com/llvm/llvm-www-pubs>`_
+
+
.. _code owners:
Code Owners
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109810.379349.patch
Type: text/x-patch
Size: 1596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211013/6b5e90ff/attachment.bin>
More information about the llvm-commits
mailing list