[Contents] [TitleIndex] [WordIndex

Clang tools

To ease C++ maintenance and square with the latest standards we may use the Clang tools (tidy & analyzer).

Those tools can be used from different platforms & tools (Windows/macOS/Linux using VisualStudio/CLion/...).

A strong C++ knowledge (notably c++11,14,17) is required to review clang's reports.

See also


2022-09-08 09:26