Add support for clang for c
This commit is contained in:
13
doc/ale.txt
13
doc/ale.txt
@@ -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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user