From 222e2a7620e6520ffaf4fc4e69d79c18da31542e Mon Sep 17 00:00:00 2001 From: "Zancanaro; Carlo" Date: Mon, 24 Sep 2012 09:58:17 +1000 Subject: Add the clang library to the repo (with some of my changes, too). --- clang/www/related.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 clang/www/related.html (limited to 'clang/www/related.html') 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 @@ + + + + + + Clang Related Projects + + + + + +
+

Clang Related Projects

+ +

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.

+ +

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

+
+
+
+ + -- cgit v1.2.3