Module cpp_linter::clang_tools::clang_tidy
source · Expand description
This module holds functionality specific to running clang-tidy and parsing it’s output.
Structs§
- Used to deserialize a json compilation database’s translation unit.
- A struct to hold notification from clang-tidy about a single file
- A structure that represents a single notification parsed from clang-tidy’s stdout.
Functions§
- Run clang-tidy, then parse and return it’s output.
- Get a total count of clang-tidy advice from the given list of FileObjs.