1f4a2713aSLionel Sambuc<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2f4a2713aSLionel Sambuc "http://www.w3.org/TR/html4/strict.dtd"> 3f4a2713aSLionel Sambuc<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> 4f4a2713aSLionel Sambuc<html> 5f4a2713aSLionel Sambuc<head> 6f4a2713aSLionel Sambuc <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 7f4a2713aSLionel Sambuc <title>Clang Related Projects</title> 8f4a2713aSLionel Sambuc <link type="text/css" rel="stylesheet" href="menu.css"> 9f4a2713aSLionel Sambuc <link type="text/css" rel="stylesheet" href="content.css"> 10f4a2713aSLionel Sambuc</head> 11f4a2713aSLionel Sambuc<body> 12f4a2713aSLionel Sambuc <!--#include virtual="menu.html.incl"--> 13f4a2713aSLionel Sambuc <div id="content"> 14f4a2713aSLionel Sambuc <h1>Clang Related Projects</h1> 15f4a2713aSLionel Sambuc 16f4a2713aSLionel Sambuc <p>As Clang matures, more and more projects are being built atop the Clang 17f4a2713aSLionel Sambuc libraries and other open source projects are starting their own Clang 18f4a2713aSLionel Sambuc related subprojects, like building their source code with Clang or writing 19f4a2713aSLionel Sambuc custom analysis tools using Clang. This page tracks some of those Clang 20f4a2713aSLionel Sambuc related projects.</p> 21f4a2713aSLionel Sambuc 22*0a6a1f1dSLionel Sambuc <p>Please email <a href="get_involved.html">cfe-dev</a> if you have a Clang related project you would like 23f4a2713aSLionel Sambuc added to this list.</p> 24f4a2713aSLionel Sambuc 25f4a2713aSLionel Sambuc <dl> 26f4a2713aSLionel Sambuc <dt>FreeBSD Clang Page</dt> 27f4a2713aSLionel Sambuc <dd> 28f4a2713aSLionel Sambuc <p> 29f4a2713aSLionel Sambuc <b>Site:</b> 30f4a2713aSLionel Sambuc <a href="http://wiki.freebsd.org/BuildingFreeBSDWithClang"> 31f4a2713aSLionel Sambuc http://wiki.freebsd.org/BuildingFreeBSDWithClang</a> 32f4a2713aSLionel Sambuc </p> 33f4a2713aSLionel Sambuc <p> 34f4a2713aSLionel Sambuc This is an effort to get FreeBSD to build with clang/llvm. 35f4a2713aSLionel Sambuc </p> 36f4a2713aSLionel Sambuc </dd> 37f4a2713aSLionel Sambuc 38f4a2713aSLionel Sambuc <dt>Chromium Clang Page</dt> 39f4a2713aSLionel Sambuc <dd> 40f4a2713aSLionel Sambuc <p> 41f4a2713aSLionel Sambuc <b>Site:</b> 42f4a2713aSLionel Sambuc <a href="http://code.google.com/p/chromium/wiki/Clang"> 43f4a2713aSLionel Sambuc http://code.google.com/p/chromium/wiki/Clang</a> 44f4a2713aSLionel Sambuc </p> 45f4a2713aSLionel Sambuc <p> 46f4a2713aSLionel Sambuc Notes on using Clang to build the Chromium web browser. 47f4a2713aSLionel Sambuc </p> 48f4a2713aSLionel Sambuc </dd> 49f4a2713aSLionel Sambuc 50f4a2713aSLionel Sambuc <dt>Debian Clang Page</dt> 51f4a2713aSLionel Sambuc <dd> 52f4a2713aSLionel Sambuc <p> 53f4a2713aSLionel Sambuc <b>Sites:</b><br /> 54f4a2713aSLionel Sambuc <a href="http://clang.debian.net/">http://clang.debian.net/</a><br /> 55f4a2713aSLionel Sambuc <a href="http://wiki.debian.org/llvm-clang"> 56f4a2713aSLionel Sambuc http://wiki.debian.org/llvm-clang</a> 57f4a2713aSLionel Sambuc </p> 58f4a2713aSLionel Sambuc <p> 59f4a2713aSLionel Sambuc Notes on using Clang to rebuild the whole Debian archive. 60f4a2713aSLionel Sambuc </p> 61f4a2713aSLionel Sambuc </dd> 62f4a2713aSLionel Sambuc 63f4a2713aSLionel Sambuc <dt>Include what you use</dt> 64f4a2713aSLionel Sambuc <dd> 65f4a2713aSLionel Sambuc <p> 66f4a2713aSLionel Sambuc <b>Site:</b> 67f4a2713aSLionel Sambuc <a href="http://code.google.com/p/include-what-you-use/">http://code.google.com/p/include-what-you-use/</a> 68f4a2713aSLionel Sambuc </p> 69f4a2713aSLionel Sambuc <p> 70f4a2713aSLionel Sambuc Analyze #includes in C and C++ source files 71f4a2713aSLionel Sambuc </p> 72f4a2713aSLionel Sambuc </dd> 73f4a2713aSLionel Sambuc 74f4a2713aSLionel Sambuc <dt>OCLint</dt> 75f4a2713aSLionel Sambuc <dd> 76f4a2713aSLionel Sambuc <p> 77f4a2713aSLionel Sambuc <b>Site:</b> 78f4a2713aSLionel Sambuc <a href="http://oclint.org/">http://oclint.org/</a> 79f4a2713aSLionel Sambuc </p> 80f4a2713aSLionel Sambuc <p> 81f4a2713aSLionel Sambuc OCLint is a static code analysis tool for improving quality and reducing defects by inspecting C, C++ and Objective-C code. 82f4a2713aSLionel Sambuc </p> 83f4a2713aSLionel Sambuc </dd> 84f4a2713aSLionel Sambuc 85f4a2713aSLionel Sambuc </dl> 86f4a2713aSLionel Sambuc </div> 87f4a2713aSLionel Sambuc</body> 88f4a2713aSLionel Sambuc</html> 89