Module cpp_linter::clang_tools::clang_format
source · Expand description
This module holds functionality specific to running clang-format and parsing it’s output.
Structs§
- A Structure used to deserialize clang-format’s XML output.
- A single replacement that clang-format wants to make.
Functions§
- Run clang-tidy for a specific
file
, then parse and return it’s XML output. - Get a string that summarizes the given
--style
- Get a total count of clang-format advice from the given list of FileObjs.