mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 09:17:07 +08:00
Fix clang++ flag typo.
This commit is contained in:
@@ -13,7 +13,7 @@ call ale#linter#Define('cpp', {
|
||||
\ 'name': 'clang',
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable': 'clang++',
|
||||
\ 'command': 'clang++ -S -x c -fsyntax-only '
|
||||
\ 'command': 'clang++ -S -x c++ -fsyntax-only '
|
||||
\ . g:ale_cpp_clang_options
|
||||
\ . ' -',
|
||||
\ 'callback': 'ale#handlers#HandleGCCFormat',
|
||||
|
||||
Reference in New Issue
Block a user