Add support for parsing compile_commands.json files for C compilers

This commit is contained in:
w0rp
2018-07-29 19:24:19 +01:00
parent a7b8cb4fe3
commit ac4bac8ea4
19 changed files with 345 additions and 239 deletions

View File

@@ -1,4 +1,7 @@
Before:
Save g:ale_c_parse_makefile
let g:ale_c_parse_makefile = 0
call ale#assert#SetUpLinterTest('cpp', 'clang')
let b:command_tail = ' -S -x c++ -fsyntax-only -iquote'
\ . ' ' . ale#Escape(getcwd())