clang-tidy
There are 138 repositories under clang-tidy topic.
Ericsson/codechecker
CodeChecker is an analyzer tooling, defect database and viewer extension for static and dynamic analyzer tools.
friendlyanon/cmake-init
The missing CMake project initializer
hedronvision/bazel-compile-commands-extractor
Goal: Enable awesome tooling for Bazel users of the C language family.
StableCoder/cmake-scripts
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
Caphyon/clang-power-tools
Bringing clang-tidy magic to Visual Studio C++ developers.
ainfosec/ci_helloworld
A simple example of how to setup a complete CI environment for C and C++
aminya/project_options
A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.
pocc/pre-commit-hooks
C/C++ hooks to integrate with pre-commit
Sarcasm/run-clang-format
A wrapper script around clang-format, suitable for linting multiple files and to use for continuous integration
franneck94/CppProjectTemplate
C++ project template with unit-tests, documentation, ci-testing and workflows.
JBakamovic/cxxd
C/C++ language server implemented on top of Clang frontend.
erenon/bazel_clang_tidy
Run clang-tidy on Bazel C++ targets directly, efficiently, with caching enabled
philips-software/amp-devcontainer
🔋amp-devcontainer is a batteries-included devcontainer useable for modern, embedded, software development
johnthagen/clang-blueprint
:european_castle: Example C++11 CMake project that incorporates awesome Clang tooling :dragon:
cpp-linter/cpp-linter-action
A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.
ZedThree/clang-tidy-review
Create a pull request review based on clang-tidy warnings
eomii/rules_ll
An Upstream Clang/LLVM-based toolchain for contemporary C++ and heterogeneous programming
KRMisha/Makefile
Cross-platform C++ Makefile project template
jinay1991/spleeter
Deezer Spleeter Library (C++)
platisd/clang-tidy-pr-comments
Turn clang-tidy warnings and fixes to comments in your pull request
ejfitzgerald/clang-tidy-cache
A cache for clang-tidy
JacobDomagala/StaticAnalysis
GitHub action performs static analysis on C++/Python code, flags issues, and posts comments directly on PRs.
OxfordRSE/template-project-cpp
An template C++ project using CMake for build configuration and Catch/TravisCI for automated testing
Takishima/cmake-pre-commit-hooks
List of hooks for pre-commit to use with projects built using CMake. The hooks will automatically make a configure step using CMake in order to generate the compilation database if required.
austinbhale/clang-tidy-html
Generates an html file that organizes your clang-tidy log output with the latest clang-tidy checks.
lpenz/ghaction-cmake
cmake swiss army knife github docker action
alesiong/clang-tidy-linter
A Visual Studio Code extension to lint code by clang-tidy.
lmapii/run-clang-tidy
CLI application to run clang-tidy on a set of files specified using globs in a JSON configuration file.
cpp-linter/cpp-linter
cpp-linter core Python executable package
whisperity/CodeChecker-Action
Execute static analysis through CodeChecker in the CI.
cpp-linter/cpp-linter-hooks
C/C++ code linter hooks for pre-commit
emilienlemaire/clang-tidy.nvim
A plugin to publish clang-tidy checks on neovin lsp diagnostics
rasjani/processcdb
Tool for providing static analysis of items in Clang's compilation database.
cpp-linter/clang-tools-docker
🐳 Clang Tools Docker image includes the clang-format and clang-tidy.
NeilJustice/ZenUnitAndMetalMock
ZenUnit and MetalMock are C++ single-header unit testing and mocking frameworks with convenient syntaxes for rigorously confirming the correctness of C++ programs.