Do you know what is clang-tidy and how to use it?
Clang-Tidy, part 1: Modernize your source code using C++11/C++14
by Kevin Funk
From the article:
This blog series will introduce the clang-tidy utility from the Clang/LLVM project and show how to use it to automatically refactor C++ source code and integrate with your build system, as well as how to use the tool on other platforms than Unices.
Add a Comment
Comments are closed.