iwyu binary package in Ubuntu Focal amd64

 "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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2020-03-24 20:13:21 UTC Published Ubuntu Focal amd64 release universe devel Extra 8.0-3build1
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Focal amd64 proposed universe devel Extra 8.0-3build1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2020-03-24 20:13:44 UTC Superseded Ubuntu Focal amd64 release universe devel Extra 8.0-3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of iwyu 8.0-3build1 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2020-03-26 00:10:10 UTC Deleted Ubuntu Focal amd64 proposed universe devel Extra 8.0-3
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2020-01-01 19:18:20 UTC Superseded Ubuntu Focal amd64 release universe devel Extra 8.0-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of iwyu 8.0-3 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2020-01-03 00:10:11 UTC Deleted Ubuntu Focal amd64 proposed universe devel Extra 8.0-2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2019-11-05 18:53:19 UTC Superseded Ubuntu Focal amd64 release universe devel Extra 8.0-1build1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of iwyu 8.0-2 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu eoan-proposed amd64 in Primary Archive for Ubuntu

Source package