[llvm-commits] [llvm] r143073 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Wed Oct 26 15:55:18 PDT 2011
Author: void
Date: Wed Oct 26 17:55:18 2011
New Revision: 143073
URL: http://llvm.org/viewvc/llvm-project?rev=143073&view=rev
Log:
Add include-what-you-use to the External Projects list.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143073&r1=143072&r2=143073&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 26 17:55:18 2011
@@ -377,6 +377,18 @@
</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>
<div>
More information about the llvm-commits
mailing list