dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

[Enhancement] Support for clang-tidy #190

Open robertodr opened 7 years ago

robertodr commented 7 years ago

clang-tidy is a tool, based on libTooling, that can run some linting and static analysis on a C++ codebase. Here is an example of integrating with CMake which could be integrated into Autocmake.