This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/cpp
w0rp 2b785688ea
#3299 Merge gcc and clang into a cc linter
Users can easily be confused when they set some options for a C or C++
compiler, and another compiler is run with different options, which
still reports errors. To remedy this, the existing `gcc` and `clang`
linters have been replaced with a `cc` linter that will run either
compiler.

This is a breaking change for ALE v3.0.0.
2020-08-20 01:49:14 +01:00
..
cc.vim #3299 Merge gcc and clang into a cc linter 2020-08-20 01:49:14 +01:00
ccls.vim ccls: Detect build dir and set compilationDatabaseDirectory 2020-04-18 13:57:57 +02:00
clangcheck.vim clangcheck: Add -fno-color-diagnostics 2019-09-26 20:28:33 -04:00
clangd.vim Added tests for clangd compile commands dectection 2019-10-09 13:40:04 -04:00
clangtidy.vim Fix #1608 - Treat .h as C++ files for C++ clang-tidy 2020-08-10 02:33:50 +01:00
clazy.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
cppcheck.vim fix cppcheck for 1.89+, and add column support (#3030) 2020-08-06 20:50:44 +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