summaryrefslogtreecommitdiff
path: root/doc/ale-cpp.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-16 23:35:10 +0100
committerw0rp <devw0rp@gmail.com>2017-07-16 23:35:10 +0100
commitfe70742bb930a196b08180da9b251e141d95707c (patch)
treedb14111b7707cdd1014da9c75260c123850ed975 /doc/ale-cpp.txt
parent9e8387890044726538a7b5f108efdf6a82d59b00 (diff)
downloadale-fe70742bb930a196b08180da9b251e141d95707c.zip
#711 - Make the clangcheck executable configurable
Diffstat (limited to 'doc/ale-cpp.txt')
-rw-r--r--doc/ale-cpp.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-cpp.txt b/doc/ale-cpp.txt
index b84b5e2e..74833394 100644
--- a/doc/ale-cpp.txt
+++ b/doc/ale-cpp.txt
@@ -63,6 +63,14 @@ Therefore, `clang-check` linter reads the options |g:ale_c_build_dir| and
overrides |g:ale_c_build_dir_names|.
+g:ale_cpp_clangcheck_executable *g:ale_cpp_clangcheck_executable*
+ *b:ale_cpp_clangcheck_executable*
+ Type: |String|
+ Default: `'clang-check'`
+
+ This variable can be changed to use a different executable for clangcheck.
+
+
g:ale_cpp_clangcheck_options *g:ale_cpp_clangcheck_options*
*b:ale_cpp_clangcheck_options*
Type: |String|