Module cpp_linter::clang_tools
source · Expand description
This crate holds the functionality related to running clang-format and/or clang-tidy.
Modules§
- This module holds functionality specific to running clang-format and parsing it’s output.
- This module holds functionality specific to running clang-tidy and parsing it’s output.
Structs§
- A struct to describe the Pull Request review suggestions.
- A struct to describe a single suggestion in a pull_request review.
Traits§
Functions§
- Runs clang-tidy and/or clang-format and returns the parsed output from each.
- Fetch the path to a clang tool by
name
(ie"clang-tidy"
or"clang-format"
) andversion
.