Age | Commit message (Collapse) | Author |
|
|
|
In the case where neither a build directory nor a compile_commands.json
file is found, use the output of `make -n` to provide options to
clang-tidy.
|
|
The existing option setting handles setting additional compile flags to
pass to clang-tidy. The new option setting added here allows setting
additional clang-tidy specific flags to be passed as well.
Fixes #2324
|
|
|
|
|
|
|
|
|
|
|
|
does not work
|
|
|
|
Detect compille_commands.json files for clang-tidy
|
|
|
|
on disk instead
|
|
|
|
|
|
|
|
* Add clang-tidy linter for cpp.
* Use stdin-wrapper to allow linting as you type.
|