Files
ale/test
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
..
2022-04-01 13:17:15 +01:00
2022-04-30 12:28:26 +09:00
2022-04-01 14:35:07 +01:00
2020-08-16 21:20:08 +01:00
2022-03-05 01:24:43 +00:00
2019-05-24 01:13:52 +01:00
2021-02-02 13:15:46 +01:00