Mercurial > hg > CbC > CbC_llvm
diff clang/docs/ExternalClangExamples.rst @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
line wrap: on
line diff
--- a/clang/docs/ExternalClangExamples.rst Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/docs/ExternalClangExamples.rst Wed Nov 09 17:45:10 2022 +0900 @@ -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 -<https://lists.llvm.org/mailman/listinfo/cfe-dev>`_ 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) +<https://discourse.llvm.org/c/clang/6>`_ 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.