From: Bill Wendling Date: Wed, 26 Oct 2011 22:55:18 +0000 (+0000) Subject: Add include-what-you-use to the External Projects list. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=50cacc825a24d5d6dbece0b38eec9773d7c32c8e;p=oota-llvm.git 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 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 146df7fbce0..acd7dc0752b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -376,6 +376,18 @@ object-oriented programming, operator overloading and strong typing.

+ +

include-what-you-use

+ +
+ +

include-what-you-use + is a tool to ensure that a file directly #includes + all .h files that provide a symbol that the file uses. It also + removes superfluous #includes from source files.

+ +
+

LanguageKit and Pragmatic Smalltalk