Add support for clang for c

This commit is contained in:
mshr-h
2016-10-31 14:32:39 +09:00
parent 9028d1f132
commit e3a8829d67
3 changed files with 33 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ The following languages and tools are supported.
* Ansible: 'ansible-lint'
* Bash: 'shell' (-n flag), 'shellcheck'
* Bourne Shell: 'shell' (-n flag), 'shellcheck'
* C: 'cppcheck', 'gcc'
* C: 'cppcheck', 'gcc', 'clang'
* C++ (filetype cpp): 'cppcheck', 'gcc'
* CoffeeScript: 'coffee', 'coffelint'
* CSS: 'csslint'
@@ -561,6 +561,17 @@ g:ale_html_htmlhint_options *g:ale_html_htmlhint_options
This variable can be changed to modify flags given to HTMLHint.
-------------------------------------------------------------------------------
4.5. c-gcc *ale-linter-options-c-clang*
g:ale_c_clang_options *g:ale_c_clang_options*
Type: |String|
Default: `'-std=c11 -Wall'`
This variable can be change to modify flags given to clang.
===============================================================================
5. Commands/Keybinds *ale-commands*