clang-tidy-target-cmake
Compilation checker
Adds custom checks to a C++ compilation target using CMake and clang-tidy.
Add clang-tidy checks to a target using CMake
16 stars
5 watching
6 forks
Language: CMake
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
polysquare/cppcheck-target-cmake | A tool for performing static code analysis of C++ source files using the cppcheck tool. | 18 |
polysquare/iwyu-target-cmake | A CMake integration for checking include-what-you-use violations in source files | 10 |
polysquare/cmake-header-language | A CMake macro to determine the language of header files based on inclusions and source file analysis. | 4 |
polysquare/tooling-cmake-util | Provides utility functions to integrate static analysis tools with C++ projects. | 3 |
nanoant/cmakepchcompiler | CMake module providing support for precompiled headers via custom compiler extension | 103 |
caphyon/clang-power-tools | A set of tools that integrates clang-tidy functionality into Visual Studio C++ development | 493 |
polysquare/cmake-ast | A tool to analyze and represent CMake files as abstract syntax trees (ASTs) for better understanding and manipulation of CMake code | 30 |
polysquare/cmake-unit | A tool to make CMake build scripts more reliable and easier to debug by providing a standardized framework for unit testing | 36 |
kbenzie/git-cmake-format | Automates code formatting in CMake projects during development and commit processes. | 58 |
ruslo/cgold | A comprehensive guide to building and managing C++ projects using the CMake build system. | 525 |
nemequ/configure-cmake | A script wrapper around CMake to simplify building projects with CMake. | 86 |
sasq64/autotidy | Tool for automating clang-tidy checks on C++ code | 68 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
offa/cmake-ada | Provides support for the Ada programming language in CMake build systems. | 12 |
cristianadam/cmake-checks-cache | A tool to cache and reuse results of CMake's platform introspection checks | 76 |