The safest safety comes from the tools.
Code analysis with clang-tidy in Visual Studio
by Eli Fessler
From the article:
Visual Studio 2019 version 16.4 Preview 1 brings a significant improvement to the C++ code analysis experience: native support for clang-tidy, a Clang-based “linter” tool developed by the LLVM Project that delivers a variety of code improvements such as modernization and standards conformance, static analysis, and automatic formatting...
Add a Comment
Comments are closed.