About Anaconda Help Download Anaconda

conda-forge / packages / include-what-you-use 0.23

A tool for use with clang to analyze #includes in C and C++ source files

copied from cf-staging / include-what-you-use

Installers

  • linux-64 v0.23
  • linux-aarch64 v0.23
  • osx-64 v0.23
  • osx-arm64 v0.23
  • win-64 v0.23

conda install

To install this package run one of the following:
conda install conda-forge::include-what-you-use

Description

"Include what you use" means this: for every symbol (type, function, variable, or macro) that you use in foo.cc (or foo.cpp), either foo.cc or foo.h should include a .h file that exports the declaration of that symbol. (Similarly, for footest.cc, either footest.cc or foo.h should do the including.) Obviously symbols defined in foo.cc itself are excluded from this requirement.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.7) Legal | Privacy Policy