diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 3420b5a3..8025f776 100644 --- a/doc/ale.txt +++ b/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* |