comparison 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
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
16 where Clang is used are: 16 where Clang is used are:
17 17
18 - Static analysis. 18 - Static analysis.
19 - Documentation/cross-reference generation. 19 - Documentation/cross-reference generation.
20 20
21 If you know of (or wrote!) a tool or project using Clang, please send an 21 If you know of (or wrote!) a tool or project using Clang, please post on
22 email to Clang's `development discussion mailing list 22 `the Discourse forums (Clang Frontend category)
23 <https://lists.llvm.org/mailman/listinfo/cfe-dev>`_ to have it added. 23 <https://discourse.llvm.org/c/clang/6>`_ to have it added.
24 (or if you are already a Clang contributor, feel free to directly commit 24 (or if you are already a Clang contributor, feel free to directly commit
25 additions). Since the primary purpose of this page is to provide examples 25 additions). Since the primary purpose of this page is to provide examples
26 that can help developers, generally they must have code available. 26 that can help developers, generally they must have code available.
27 27
28 List of projects and tools 28 List of projects and tools