[cfe-dev] Announcing include-what-you-use 0.1

John Bytheway jbytheway+llvm at gmail.com
Fri Feb 4 15:11:03 PST 2011


On 04/02/11 22:38, Craig Silverstein wrote:
> I am very pleased to announce the version 0.1 release of
> include-what-you-use:
>    http://code.google.com/p/include-what-you-use/
> 
> Include-what-you-use is a tool built on top of clang libraries, that
> analyzes a C++ (or C) file to figure out what #includes are actually
> needed.  It then lists the set of changes needed to get the file to
> have minimal, direct #includes, that reflect the symbols the file
> actual uses.

You may wish to emphasize the removing-superfluous-includes feature more
on the project page; it's not clear that that's an aim (and it's the
feature that most attracts me).

John Bytheway




More information about the cfe-dev mailing list