summaryrefslogtreecommitdiff
path: root/ale_linters/c/clangtidy.vim
AgeCommit message (Collapse)Author
2019-10-06Add tests for clangtidy with MakefileGreg Anders
2019-10-06Use Makefile output with clang-tidy when usefulGreg Anders
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.
2019-06-08Add additional option setting for clangtidy linterJonathan Vander Mey
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
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-10-30Do not enable all clang-tidy checks by defaultAndreas Hollmann
2018-08-24Add clazy as cpp linterfenuks
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2017-08-06Fixed the comments, left only the doc URLAndrej Radovic
2017-08-05Added clang-tidy for C, too.Andrej Radovic
A limited number of clang-tidy checks can be used with C, too. I pretty much copied and refactored the C++ clang-tidy linter, and added some documentation about C-compatible checks.