summaryrefslogtreecommitdiff
path: root/ale_linters/c/clangd.vim
AgeCommit message (Collapse)Author
2019-05-20Fix #2421 - Use compile_commands.json in build dirs to find rootsw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-09-04Improve ALE project style checkingw0rp
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed.
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-07-22Add Clangd language server support for CAndrey Melentyev