include-what-you-use

Include Checker

Analyzes #includes in C and C++ source files to ensure every used symbol is declared in an included header file.

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

GitHub

4k stars
70 watching
390 forks
Language: C++
last commit: over 1 year ago
Linked from 4 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
polysquare/clang-tidy-target-cmake Adds custom checks to a C++ compilation target using CMake and clang-tidy. 16
barisione/clang-format-hooks Applies a coding style with clang-format to new code added to an existing code base. 203
caphyon/clang-power-tools A set of tools that integrates clang-tidy functionality into Visual Studio C++ development 496
danmar/cppcheck Automated code analysis tool for C and C++ code 5,882
eklitzke/clang-format-all A tool to format C and C++ code using clang-format in a consistent manner 147
andreasfertig/cppinsights A tool that shows how the compiler transforms C++ source code into machine code 4,132
asutton/clang A compiler front-end for the C family of languages built as part of the LLVM project infrastructure 71
dotnet/clangsharp ClangSharp provides a set of C# bindings for the Clang compiler suite. 964
thelartians/moderncppstarter A template project providing a set of tools and best practices for building modern C++ projects with automated testing, continuous integration, and code coverage. 4,526
mono/cppsharp A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. 3,153
wyhaines/defined.cr Provides macros and facilities to check constants and make code conditionally compileable at runtime 17
mitaki28/vscode-clang An extension for Visual Studio Code that provides C/C++/Objective-C code completion and diagnostics using the Clang compiler 129
nothings/single_file_libs A collection of single-file libraries providing utility functions. 9,035
aras-p/clangbuildanalyzer Analyze and visualize build processes using Clang's time tracing feature to identify performance bottlenecks 1,019
unicode-org/icu A comprehensive library of Unicode-related functions and data structures for C++ programming 2,870