summaryrefslogtreecommitdiff
path: root/ale_linters/cpp/clangtidy.vim
AgeCommit message (Expand)Author
2021-01-22Fix clang-tidy ignoring compile_commands.jsonfenuks
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
2019-06-08Add additional option setting for clangtidy linterJonathan Vander Mey
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
2017-07-17#711 - Make the clangtidy executable configurablew0rp
2017-06-24Added builddir option to clang-tidy to point to json folder (#688)Gagbo
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 on...w0rp
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