ale/ale_linters/c
Nicolas Pauss 951a668b14
cc: fix using '-x c*-header' for header files with GCC. (#4334)
Gcc does not support `x c*-header` when using `-` as input filename,
which is what ALE does.

Rework the feature to only use `-x c*-header` flag when using Clang and
not GCC.

The feature is now also controlled with the variable
`g:ale_c_cc_use_header_lang_flag` and
`g:ale_cpp_cc_use_header_lang_flag`.
2022-10-12 07:05:37 +09:00
..
cc.vim cc: fix using '-x c*-header' for header files with GCC. (#4334) 2022-10-12 07:05:37 +09:00
ccls.vim ccls: Detect build dir and set compilationDatabaseDirectory 2020-04-18 13:57:57 +02:00
clangd.vim Revert "Add definition of c/clangd's language as C (#2791)" 2019-11-07 15:41:58 +00:00
clangtidy.vim Add tests for clangtidy with Makefile 2019-10-06 10:29:23 -06:00
cppcheck.vim Close #2281 - Separate cwd commands from commands 2021-03-01 20:11:10 +00:00
cpplint.vim enable using cpplint for c (#3008) 2022-02-03 22:32:42 +09:00
cquery.vim Fix #2421 - Use compile_commands.json in build dirs to find roots 2019-05-20 19:57:08 +01:00
cspell.vim Add cspell Linter (#3981) 2021-11-19 07:41:05 +09:00
flawfinder.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00