summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
authorjtalowell <jtalowell@protonmail.com>2018-07-25 14:23:13 +1000
committerjtalowell <jtalowell@protonmail.com>2018-07-25 14:23:13 +1000
commitc57b0318767f0c03c7ebbe7ca39ab45b33e57096 (patch)
tree619f404eba4cf67645ba3c4bcee10e606126ba20 /doc/ale-c.txt
parent06132954b12ba87c7bba8fb7d5a40e4ff8b774e8 (diff)
downloadale-c57b0318767f0c03c7ebbe7ca39ab45b33e57096.zip
Providing cquery support for C files
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-c.txt b/doc/ale-c.txt
index acff722c..cf837e5e 100644
--- a/doc/ale-c.txt
+++ b/doc/ale-c.txt
@@ -174,6 +174,26 @@ g:ale_c_cppcheck_options *g:ale_c_cppcheck_options*
===============================================================================
+cquery *ale-c-cquery*
+
+g:ale_c_cquery_executable *g:ale_c_cquery_executable*
+ *b:ale_c_cquery_executable*
+ Type: |String|
+ Default: `'cquery'`
+
+ This variable can be changed to use a different executable for cquery.
+
+
+g:ale_cpp_cquery_cache_directory *g:ale_c_cquery_cache_directory*
+ *b:ale_c_cquery_cache_directory*
+ Type: |String|
+ Default: `'~/.cache/cquery'`
+
+ This variable can be changed to decide which directory cquery uses for its
+cache.
+
+
+===============================================================================
flawfinder *ale-c-flawfinder*
g:ale_c_flawfinder_executable *g:ale_c_flawfinder_executable*