From: Daniel Dunbar Date: Mon, 4 Oct 2010 15:40:45 +0000 (+0000) Subject: www: Add a "Clang Related Projects" page, to collect links to external projects X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12423428fe9dc6337882233f4fb440435a920039;p=clang www: Add a "Clang Related Projects" page, to collect links to external projects using Clang in one way or another. Additions welcome! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115508 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/menu.html.incl b/www/menu.html.incl index f2a81a38cb..4acfbe54f9 100644 --- a/www/menu.html.incl +++ b/www/menu.html.incl @@ -8,6 +8,7 @@ About Features Comparisons + Related Projects User's Manual Language Compatibility Language Extensions diff --git a/www/related.html b/www/related.html new file mode 100644 index 0000000000..009bbb9e7e --- /dev/null +++ b/www/related.html @@ -0,0 +1,55 @@ + + + + + + Clang Related Projects + + + + + +
+

Clang Related Projects

+ +

As Clang matures, more and more projects are being built on top 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 for their code using Clang. This page tracks some of + those Clang related projects.

+ +

Please email cfe-dev if you have a Clang related project you would like + added to this list.

+ +
+
FreeBSD Clang Page
+
+

+ Site: + + http://wiki.freebsd.org/BuildingFreeBSDWithClang +

+

+ 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. +

+
+ +
Chromium Clang Page
+
+

+ Site: + + http://code.google.com/p/chromium/wiki/Clang +

+

+ Notes on using Clang to build the Chromium web browser. +

+
+
+
+ +