diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-15 17:10:06 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-15 17:10:06 +1100 |
commit | be1de4be954c80875ad4108e0a33e8e131b2f2c0 (patch) | |
tree | 1fbbecf276bf7c7bdcbb4dd446099d6d90eaa516 /clang/www/related.html | |
parent | c4626a62754862d20b41e8a46a3574264ea80e6d (diff) | |
parent | f1bd2e48c5324d3f7cda4090c87f8a5b6f463ce2 (diff) |
Merge branch 'master' of ssh://bitbucket.org/czan/honours
Diffstat (limited to 'clang/www/related.html')
-rw-r--r-- | clang/www/related.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/clang/www/related.html b/clang/www/related.html new file mode 100644 index 0000000..a1ff79b --- /dev/null +++ b/clang/www/related.html @@ -0,0 +1,55 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> +<html> +<head> + <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> + <title>Clang Related Projects</title> + <link type="text/css" rel="stylesheet" href="menu.css"> + <link type="text/css" rel="stylesheet" href="content.css"> +</head> +<body> + <!--#include virtual="menu.html.incl"--> + <div id="content"> + <h1>Clang Related Projects</h1> + + <p>As Clang matures, more and more projects are being built atop the Clang + libraries and other open source projects are starting their own Clang + related subprojects, like building their source code with Clang or writing + custom analysis tools using Clang. This page tracks some of those Clang + related projects.</p> + + <p>Please email cfe-dev if you have a Clang related project you would like + added to this list.</p> + + <dl> + <dt>FreeBSD Clang Page</dt> + <dd> + <p> + <b>Site:</b> + <a href="http://wiki.freebsd.org/BuildingFreeBSDWithClang"> + http://wiki.freebsd.org/BuildingFreeBSDWithClang</a> + </p> + <p> + This is an effort to get FreeBSD to build with clang/llvm. Clang is a + compiler built on the Low Level Virtual Machine compiler + infrastructure. Both clang and llvm are released under a BSD like + license. + </p> + </dd> + + <dt>Chromium Clang Page</dt> + <dd> + <p> + <b>Site:</b> + <a href="http://code.google.com/p/chromium/wiki/Clang"> + http://code.google.com/p/chromium/wiki/Clang</a> + </p> + <p> + Notes on using Clang to build the Chromium web browser. + </p> + </dd> + </dl> + </div> +</body> +</html> |