Indicate that a C compiler failed due to problems in a header file

This commit is contained in:
w0rp
2018-07-30 20:09:43 +01:00
parent 1e6b1d9be2
commit 16d0c52d24
9 changed files with 141 additions and 28 deletions

View File

@@ -19,5 +19,5 @@ call ale#linter#Define('objcpp', {
\ 'output_stream': 'stderr',
\ 'executable': 'clang++',
\ 'command_callback': 'ale_linters#objcpp#clang#GetCommand',
\ 'callback': 'ale#handlers#gcc#HandleGCCFormat',
\ 'callback': 'ale#handlers#gcc#HandleGCCFormatWithIncludes',
\})