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
4k stars
70 watching
390 forks
Language: C++
last commit: over 1 year ago
Linked from 4 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
| | Applies a coding style with clang-format to new code added to an existing code base. | 203 |
| | A set of tools that integrates clang-tidy functionality into Visual Studio C++ development | 496 |
| | Automated code analysis tool for C and C++ code | 5,882 |
| | A tool to format C and C++ code using clang-format in a consistent manner | 147 |
| | A tool that shows how the compiler transforms C++ source code into machine code | 4,132 |
| | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
| | ClangSharp provides a set of C# bindings for the Clang compiler suite. | 964 |
| | 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 |
| | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,153 |
| | Provides macros and facilities to check constants and make code conditionally compileable at runtime | 17 |
| | An extension for Visual Studio Code that provides C/C++/Objective-C code completion and diagnostics using the Clang compiler | 129 |
| | A collection of single-file libraries providing utility functions. | 9,035 |
| | Analyze and visualize build processes using Clang's time tracing feature to identify performance bottlenecks | 1,019 |
| | A comprehensive library of Unicode-related functions and data structures for C++ programming | 2,870 |