diff options
author | mshr-h <mshr-h@users.noreply.github.com> | 2016-10-31 14:32:39 +0900 |
---|---|---|
committer | mshr-h <mshr-h@users.noreply.github.com> | 2016-10-31 14:38:13 +0900 |
commit | e3a8829d678927ee75d937a3651d51d674ac16e7 (patch) | |
tree | 05dea04e989517ef1dd702cac2ec887b2af9de87 /doc | |
parent | 9028d1f1322bdec9c6f6fdf886affb9201c44b34 (diff) | |
download | ale-e3a8829d678927ee75d937a3651d51d674ac16e7.zip |
Add support for clang for c
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* |