iwyu 4.0-1 source package in Ubuntu

Changelog

iwyu (4.0-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.0.0
  * bump llvm deps to 4.0

 -- Sylvestre Ledru <email address hidden>  Thu, 03 Aug 2017 11:10:20 +0200

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
Original maintainer:
LLVM Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
iwyu_4.0-1.dsc 1.9 KiB 29458f7c7096ade3b6c14edbe6a93bd5e31751c9036d02e76248c410f36b25e1
iwyu_4.0.orig.tar.gz 427.1 KiB 8f6d4a279afcbbfa7247a97a03d9abc1d6834954eec7ba733519401392b328c6
iwyu_4.0-1.debian.tar.xz 4.9 KiB 4d973ab625bb251cb0dee14463dbb747bd428ed5899c96cfb4512eead9452f34

Available diffs

No changes file available.

Binary packages built by this source

iwyu: Analyze #includes in C and C++ source files

 "Include what you use" means this: for every symbol (type, function variable,
 or macro) that you use in foo.cc, either foo.cc or foo.h should #include a .h
 file that exports the declaration of that symbol. The include-what-you-use
 tool is a program that can be built with the clang libraries in order to
 analyze #includes of source files to find include-what-you-use violations,
 and suggest fixes for them.
 .
 The main goal of include-what-you-use is to remove superfluous #includes.
 It does this both by figuring out what #includes are not actually needed for
 this file (for both .cc and .h files), and replacing #includes with
 forward-declares when possible.

iwyu-dbgsym: No summary available for iwyu-dbgsym in ubuntu artful.

No description available for iwyu-dbgsym in ubuntu artful.