annotate clang/www/related.html @ 237:c80f45b162ad llvm-original

add some fix
author kono
date Wed, 09 Nov 2022 17:47:54 +0900
parents c4bab56944e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
anatofuz
parents:
diff changeset
2 "http://www.w3.org/TR/html4/strict.dtd">
anatofuz
parents:
diff changeset
3 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
anatofuz
parents:
diff changeset
4 <html>
anatofuz
parents:
diff changeset
5 <head>
anatofuz
parents:
diff changeset
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
anatofuz
parents:
diff changeset
7 <title>Clang Related Projects</title>
anatofuz
parents:
diff changeset
8 <link type="text/css" rel="stylesheet" href="menu.css">
anatofuz
parents:
diff changeset
9 <link type="text/css" rel="stylesheet" href="content.css">
anatofuz
parents:
diff changeset
10 </head>
anatofuz
parents:
diff changeset
11 <body>
anatofuz
parents:
diff changeset
12 <!--#include virtual="menu.html.incl"-->
anatofuz
parents:
diff changeset
13 <div id="content">
anatofuz
parents:
diff changeset
14 <h1>Clang Related Projects</h1>
anatofuz
parents:
diff changeset
15
anatofuz
parents:
diff changeset
16 <p>As Clang matures, more and more projects are being built atop the Clang
anatofuz
parents:
diff changeset
17 libraries and other open source projects are starting their own Clang
anatofuz
parents:
diff changeset
18 related subprojects, like building their source code with Clang or writing
anatofuz
parents:
diff changeset
19 custom analysis tools using Clang. This page tracks some of those Clang
anatofuz
parents:
diff changeset
20 related projects.</p>
anatofuz
parents:
diff changeset
21
anatofuz
parents:
diff changeset
22 <p>Please email <a href="get_involved.html">cfe-dev</a> if you have a Clang related project you would like
anatofuz
parents:
diff changeset
23 added to this list.</p>
anatofuz
parents:
diff changeset
24
anatofuz
parents:
diff changeset
25 <dl>
anatofuz
parents:
diff changeset
26 <dt>FreeBSD Clang Page</dt>
anatofuz
parents:
diff changeset
27 <dd>
anatofuz
parents:
diff changeset
28 <p>
anatofuz
parents:
diff changeset
29 <b>Site:</b>
anatofuz
parents:
diff changeset
30 <a href="https://wiki.freebsd.org/BuildingFreeBSDWithClang">
anatofuz
parents:
diff changeset
31 https://wiki.freebsd.org/BuildingFreeBSDWithClang</a>
anatofuz
parents:
diff changeset
32 </p>
anatofuz
parents:
diff changeset
33 <p>
anatofuz
parents:
diff changeset
34 This is an effort to get FreeBSD to build with clang/llvm.
anatofuz
parents:
diff changeset
35 </p>
anatofuz
parents:
diff changeset
36 </dd>
anatofuz
parents:
diff changeset
37
anatofuz
parents:
diff changeset
38 <dt>Chromium Clang Page</dt>
anatofuz
parents:
diff changeset
39 <dd>
anatofuz
parents:
diff changeset
40 <p>
anatofuz
parents:
diff changeset
41 <b>Site:</b>
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
42 <a href="https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/clang.md">
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
43 https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/clang.md</a>
150
anatofuz
parents:
diff changeset
44 </p>
anatofuz
parents:
diff changeset
45 <p>
anatofuz
parents:
diff changeset
46 Notes on using Clang to build the Chromium web browser.
anatofuz
parents:
diff changeset
47 </p>
anatofuz
parents:
diff changeset
48 </dd>
anatofuz
parents:
diff changeset
49
anatofuz
parents:
diff changeset
50 <dt>Debian Clang Page</dt>
anatofuz
parents:
diff changeset
51 <dd>
anatofuz
parents:
diff changeset
52 <p>
anatofuz
parents:
diff changeset
53 <b>Sites:</b><br />
anatofuz
parents:
diff changeset
54 <a href="https://clang.debian.net/">https://clang.debian.net/</a><br />
anatofuz
parents:
diff changeset
55 <a href="https://wiki.debian.org/llvm-clang">
anatofuz
parents:
diff changeset
56 https://wiki.debian.org/llvm-clang</a>
anatofuz
parents:
diff changeset
57 </p>
anatofuz
parents:
diff changeset
58 <p>
anatofuz
parents:
diff changeset
59 Notes on using Clang to rebuild the whole Debian archive.
anatofuz
parents:
diff changeset
60 </p>
anatofuz
parents:
diff changeset
61 </dd>
anatofuz
parents:
diff changeset
62
anatofuz
parents:
diff changeset
63 <dt>Include what you use</dt>
anatofuz
parents:
diff changeset
64 <dd>
anatofuz
parents:
diff changeset
65 <p>
anatofuz
parents:
diff changeset
66 <b>Site:</b>
anatofuz
parents:
diff changeset
67 <a href="https://github.com/include-what-you-use/include-what-you-use">https://github.com/include-what-you-use/include-what-you-use</a>
anatofuz
parents:
diff changeset
68 </p>
anatofuz
parents:
diff changeset
69 <p>
anatofuz
parents:
diff changeset
70 Analyze #includes in C and C++ source files
anatofuz
parents:
diff changeset
71 </p>
anatofuz
parents:
diff changeset
72 </dd>
anatofuz
parents:
diff changeset
73
anatofuz
parents:
diff changeset
74 <dt>OCLint</dt>
anatofuz
parents:
diff changeset
75 <dd>
anatofuz
parents:
diff changeset
76 <p>
anatofuz
parents:
diff changeset
77 <b>Site:</b>
anatofuz
parents:
diff changeset
78 <a href="http://oclint.org/">http://oclint.org/</a>
anatofuz
parents:
diff changeset
79 </p>
anatofuz
parents:
diff changeset
80 <p>
anatofuz
parents:
diff changeset
81 OCLint is a static code analysis tool for improving quality and reducing defects by inspecting C, C++ and Objective-C code.
anatofuz
parents:
diff changeset
82 </p>
anatofuz
parents:
diff changeset
83 </dd>
anatofuz
parents:
diff changeset
84
anatofuz
parents:
diff changeset
85 <dt>DXR</dt>
anatofuz
parents:
diff changeset
86 <dd>
anatofuz
parents:
diff changeset
87 <p>
anatofuz
parents:
diff changeset
88 <b>Site:</b>
anatofuz
parents:
diff changeset
89 <a href="https://github.com/mozilla/dxr#dxr">https://github.com/mozilla/dxr</a>
anatofuz
parents:
diff changeset
90 </p>
anatofuz
parents:
diff changeset
91 <p>
anatofuz
parents:
diff changeset
92 DXR is a code search and navigation tool aimed at making sense of large projects like Firefox. It supports full-text and regex searches as well as structural queries like "Find all the callers of this function."
anatofuz
parents:
diff changeset
93 </p>
anatofuz
parents:
diff changeset
94 </dd>
anatofuz
parents:
diff changeset
95
anatofuz
parents:
diff changeset
96 <dt>CodeCompass</dt>
anatofuz
parents:
diff changeset
97 <dd>
anatofuz
parents:
diff changeset
98 <p>
anatofuz
parents:
diff changeset
99 <b>Site:</b>
anatofuz
parents:
diff changeset
100 <a href="https://github.com/Ericsson/CodeCompass">https://github.com/Ericsson/CodeCompass</a>
anatofuz
parents:
diff changeset
101 </p>
anatofuz
parents:
diff changeset
102 <p>
anatofuz
parents:
diff changeset
103 CodeCompass is an open-source, extensible code comprehension framework which uses LLVM/Clang to analyze and visualize C and C++ projects. It also supports both regex-based text search, discovering complex C/C++ language elements, with advanced navigation and visualisation.
anatofuz
parents:
diff changeset
104 </p>
anatofuz
parents:
diff changeset
105 </dd>
anatofuz
parents:
diff changeset
106
anatofuz
parents:
diff changeset
107 <dt>CodeChecker</dt>
anatofuz
parents:
diff changeset
108 <dd>
anatofuz
parents:
diff changeset
109 <p>
anatofuz
parents:
diff changeset
110 <b>Site:</b>
anatofuz
parents:
diff changeset
111 <a href="https://github.com/Ericsson/CodeChecker">https://github.com/Ericsson/CodeChecker</a>
anatofuz
parents:
diff changeset
112 </p>
anatofuz
parents:
diff changeset
113 <p>
anatofuz
parents:
diff changeset
114 CodeChecker is a static analysis infrastructure built on the LLVM/Clang Static Analyzer toolchain. It provides a user interface to execute analysis of C/C++ projects with Clang SA and Clang-Tidy, which outputs are then stored into a database navigable via a web application. This web application and a corresponding command-line tool supports a variety of report management and issue triaging options, such as difference view between analyses, automatic incremental analysis, marking and commenting on individual reports.
anatofuz
parents:
diff changeset
115 </p>
anatofuz
parents:
diff changeset
116 </dd>
anatofuz
parents:
diff changeset
117
anatofuz
parents:
diff changeset
118 </dl>
anatofuz
parents:
diff changeset
119 </div>
anatofuz
parents:
diff changeset
120 </body>
anatofuz
parents:
diff changeset
121 </html>