ale/ale_linters/cpp
Greg Anders 06a97a8541 Use Makefile output with clang-tidy when useful
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-10-06 10:29:17 -06:00
..
ccls.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
clang.vim #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
clangcheck.vim Fix #2421 - Use compile_commands.json in build dirs to find roots 2019-05-20 19:57:08 +01:00
clangd.vim Fix #2421 - Use compile_commands.json in build dirs to find roots 2019-05-20 19:57:08 +01:00
clangtidy.vim Use Makefile output with clang-tidy when useful 2019-10-06 10:29:17 -06:00
clazy.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
cppcheck.vim Fix #1279 - Run cppcheck differently when modified 2019-06-03 21:54:23 +01:00
cpplint.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
cquery.vim Fix #2421 - Use compile_commands.json in build dirs to find roots 2019-05-20 19:57:08 +01:00
flawfinder.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
gcc.vim Fix #2512 - Use -o /dev/null for gcc linting 2019-05-20 13:00:32 +01:00