summaryrefslogtreecommitdiff
path: root/ale_linters/cpp/clang.vim
AgeCommit message (Expand)Author
2017-07-17Fix another executable callback typow0rp
2017-07-16#711 - Make the clang executables configurablew0rp
2017-06-25Move ale#handlers#c functions into ale#cw0rp
2017-05-31Fix #557 - Detect C project roots and include root directories with headers, ...w0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
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-03-11#277 #318 Support all same-directory includes for gcc and clangw0rp
2017-03-01Use latest C++ standardequal-l2
2017-02-16Fix clang++ flag typo.Andrea Caforio
2017-02-11Add clang to cpp linters.tomotanakamura