blob: a1ff79b67de2675304a1c86537de2565d8d4789a [file] [log] [blame]
Daniel Dunbar12423422010-10-04 15:40:45 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
4<html>
5<head>
Benjamin Kramer665a8dc2012-01-15 15:26:07 +00006 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Daniel Dunbar12423422010-10-04 15:40:45 +00007 <title>Clang Related Projects</title>
Benjamin Kramer665a8dc2012-01-15 15:26:07 +00008 <link type="text/css" rel="stylesheet" href="menu.css">
9 <link type="text/css" rel="stylesheet" href="content.css">
Daniel Dunbar12423422010-10-04 15:40:45 +000010</head>
11<body>
12 <!--#include virtual="menu.html.incl"-->
13 <div id="content">
14 <h1>Clang Related Projects</h1>
15
Daniel Dunbardc4fc832010-10-07 15:00:19 +000016 <p>As Clang matures, more and more projects are being built atop the Clang
Daniel Dunbar12423422010-10-04 15:40:45 +000017 libraries and other open source projects are starting their own Clang
18 related subprojects, like building their source code with Clang or writing
Daniel Dunbardc4fc832010-10-07 15:00:19 +000019 custom analysis tools using Clang. This page tracks some of those Clang
20 related projects.</p>
Daniel Dunbar12423422010-10-04 15:40:45 +000021
22 <p>Please email cfe-dev if you have a Clang related project you would like
23 added to this list.</p>
24
25 <dl>
26 <dt>FreeBSD Clang Page</dt>
27 <dd>
28 <p>
29 <b>Site:</b>
30 <a href="http://wiki.freebsd.org/BuildingFreeBSDWithClang">
31 http://wiki.freebsd.org/BuildingFreeBSDWithClang</a>
32 </p>
33 <p>
34 This is an effort to get FreeBSD to build with clang/llvm. Clang is a
35 compiler built on the Low Level Virtual Machine compiler
36 infrastructure. Both clang and llvm are released under a BSD like
37 license.
38 </p>
39 </dd>
40
41 <dt>Chromium Clang Page</dt>
42 <dd>
43 <p>
44 <b>Site:</b>
45 <a href="http://code.google.com/p/chromium/wiki/Clang">
46 http://code.google.com/p/chromium/wiki/Clang</a>
47 </p>
48 <p>
49 Notes on using Clang to build the Chromium web browser.
50 </p>
51 </dd>
52 </dl>
53 </div>
54</body>
55</html>