clang-tidy topic

List clang-tidy repositories

clang-tidy-review

89
Stars
46
Forks
Watchers

Create a pull request review based on clang-tidy warnings

clang-blueprint

106
Stars
19
Forks
Watchers

:european_castle: Example C++11 CMake project that incorporates awesome Clang tooling :dragon:

bazel_clang_tidy

94
Stars
51
Forks
Watchers

Run clang-tidy on Bazel C++ targets directly, efficiently, with caching enabled

cmake-init

1.9k
Stars
72
Forks
Watchers

The missing CMake project initializer

ci_helloworld

393
Stars
77
Forks
Watchers

A simple example of how to setup a complete CI environment for C and C++

cmake-scripts

556
Stars
63
Forks
Watchers

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.

project_options

329
Stars
52
Forks
Watchers

A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.

codechecker

2.1k
Stars
352
Forks
Watchers

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy

clang-power-tools

467
Stars
56
Forks
Watchers

Bringing clang-tidy magic to Visual Studio C++ developers.

run-clang-format

235
Stars
66
Forks
Watchers

A wrapper script around clang-format, suitable for linting multiple files and to use for continuous integration