summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 22:55:18 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 22:55:18 +0000
commit50cacc825a24d5d6dbece0b38eec9773d7c32c8e (patch)
treecc78227685f8af9a90018556f99076866f42a58a /docs
parent530f7cefd3082e8aaa74b7d65636f30d0312b6ec (diff)
downloadllvm-50cacc825a24d5d6dbece0b38eec9773d7c32c8e.tar.gz
llvm-50cacc825a24d5d6dbece0b38eec9773d7c32c8e.tar.bz2
llvm-50cacc825a24d5d6dbece0b38eec9773d7c32c8e.tar.xz
Add include-what-you-use to the External Projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143073 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 146df7fbce..acd7dc0752 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -377,6 +377,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>
<div>