summaryrefslogtreecommitdiff
path: root/ale_linters/cpp/clangtidy.vim
AgeCommit message (Collapse)Author
2020-08-10Fix #1608 - Treat .h as C++ files for C++ clang-tidyw0rp
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-07-20#782 - Do not set the build directory for clang-tidy for header files, which ↵w0rp
does not work
2017-07-17#711 - Make the clangtidy executable configurablew0rp
2017-06-24Added builddir option to clang-tidy to point to json folder (#688)Gagbo
Detect compille_commands.json files for clang-tidy
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-02Fix #410 - Use compile_commands.json files for clang-tidy, and check files ↵w0rp
on disk instead
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-04-11#392 Report errors inside of headers, in a very basic wayw0rp
2017-02-11Fix the clangtidy linter, and document everythingw0rp
2017-02-11Add clang-tidy linter for cpp. (#275)Tim van Deurzen
* Add clang-tidy linter for cpp. * Use stdin-wrapper to allow linting as you type.