diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst --- a/clang/docs/ExternalClangExamples.rst +++ b/clang/docs/ExternalClangExamples.rst @@ -18,9 +18,9 @@ - Static analysis. - Documentation/cross-reference generation. -If you know of (or wrote!) a tool or project using Clang, please send an -email to Clang's `development discussion mailing list -`_ to have it added. +If you know of (or wrote!) a tool or project using Clang, please post on +`the Discourse forums (Clang Frontend category) +`_ to have it added. (or if you are already a Clang contributor, feel free to directly commit additions). Since the primary purpose of this page is to provide examples that can help developers, generally they must have code available. diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst --- a/clang/docs/InternalsManual.rst +++ b/clang/docs/InternalsManual.rst @@ -537,7 +537,7 @@ ``SourceRange`` and ``CharSourceRange`` --------------------------------------- -.. mostly taken from https://lists.llvm.org/pipermail/cfe-dev/2010-August/010595.html +.. mostly taken from https://discourse.llvm.org/t/code-ranges-of-tokens-ast-elements/16893/2 Clang represents most source ranges by [first, last], where "first" and "last" each point to the beginning of their respective tokens. For example consider diff --git a/clang/docs/OpenCLSupport.rst b/clang/docs/OpenCLSupport.rst --- a/clang/docs/OpenCLSupport.rst +++ b/clang/docs/OpenCLSupport.rst @@ -408,8 +408,8 @@ Clang provides the following new WIP features for the developers to experiment and provide early feedback or contribute with further improvements. -Feel free to contact us on `cfe-dev -`_ or file `a GitHub issue +Feel free to contact us on `the Discourse forums (Clang Frontend category) +`_ or file `a GitHub issue `_. .. _opencl_experimental_cxxlibs: diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -110,8 +110,9 @@ ================================= The following table provides a quick overview over various OpenMP 5.0 features -and their implementation status. Please contact *openmp-dev* at -*lists.llvm.org* for more information or if you want to help with the +and their implementation status. Please post on the +`Discourse forums (Runtimes - OpenMP category)`_ for more +information or if you want to help with the implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ @@ -256,8 +257,10 @@ The following table provides a quick overview over various OpenMP 5.1 features and their implementation status, as defined in the technical report 8 (TR8). -Please contact *openmp-dev* at *lists.llvm.org* for more information or if you -want to help with the implementation. +Please post on the +`Discourse forums (Runtimes - OpenMP category)`_ for more +information or if you want to help with the +implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ |Category | Feature | Status | Reviews | @@ -362,12 +365,12 @@ OpenMP Extensions ================= -The following table provides a quick overview over various OpenMP +The following table provides a quick overview over various OpenMP extensions and their implementation status. These extensions are not currently defined by any standard, so links to associated LLVM documentation are provided. As these extensions mature, they will be -considered for standardization. Please contact *openmp-dev* at -*lists.llvm.org* to provide feedback. +considered for standardization. Please post on the +`Discourse forums (Runtimes - OpenMP category)`_ to provide feedback. +------------------------------+-----------------------------------------------------------------------------------+--------------------------+--------------------------------------------------------+ |Category | Feature | Status | Reviews | @@ -378,3 +381,5 @@ | device extension | `'ompx_hold' map type modifier | :good:`prototyped` | D106509, D106510 | | | `_ | | | +------------------------------+-----------------------------------------------------------------------------------+--------------------------+--------------------------------------------------------+ + +.. _Discourse forums (Runtimes - OpenMP category): https://discourse.llvm.org/c/runtimes/openmp/35 diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -675,5 +675,5 @@ tree. If you have any questions or comments about Clang, please feel free to -contact us via the `mailing -list `_. +contact us on the Discourse forums (Clang Frontend category) +`_. diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html --- a/clang/www/get_involved.html +++ b/clang/www/get_involved.html @@ -28,41 +28,28 @@

Follow what's going on

-

Clang is a subproject of the LLVM Project, but -has its own mailing lists because the communities have people with different -interests. The two clang lists are:

+

Clang is a subproject of the LLVM Project +and has a Discourse forum and mailing list:

  • cfe-commits - This list is for patch submission/discussion.
  • -
  • cfe-dev - -This list is for everything else Clang related (questions and answers, design +
  • Clang Frontend Discourse forum - +This forum is for everything else Clang related (questions and answers, design discussions, etc).
-

If you are interested in clang only, these two lists should be all -you need. If you are interested in the LLVM optimizer and code generator, -please consider signing up for llvm-dev and llvm-commits -as well.

- -

The most common way to talk with other developers on the project is through -the cfe-dev mailing -list. The clang mailing list is a very friendly place and we welcome -newcomers. In addition to the cfe-dev list, a significant amount of design +the Clang Frontend Discourse forum +. The clang forum is a very friendly place and we welcome +newcomers. In addition to the forum, a significant amount of design discussion takes place on the cfe-commits mailing list. All of these lists have archives, so you can browse through previous discussions or follow the list development on the web if you prefer.

-

You can also follow the Planet Clang -community news feed which offers a window into the world, work and lives of -Clang developers, contributors and the standards they implement.

-

If you're looking for something to work on, check out our Open Projects page or look through the LLVM bug tracker.