Add include-what-you-use to the External Projects list.
[oota-llvm.git] / docs / ReleaseNotes.html
index 146df7fbce0aed6cf51c48c8c5164ab57962fd5d..acd7dc0752b2233fdc09759a5b81cc43037436d3 100644 (file)
@@ -376,6 +376,18 @@ object-oriented programming, operator overloading and strong typing.</p>
 
 </div>
 
+<!--=========================================================================-->
+<h3>include-what-you-use</h3>
+
+<div>
+
+<p><a href="http://code.google.com/p/include-what-you-use">include-what-you-use</a>
+   is a tool to ensure that a file directly <code>#include</code>s
+   all <code>.h</code> files that provide a symbol that the file uses. It also
+   removes superfluous <code>#include</code>s from source files.</p>
+
+</div>
+
 <!--=========================================================================-->
 <h3>LanguageKit and Pragmatic Smalltalk</h3>