summaryrefslogtreecommitdiff
path: root/doc
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
parent06132954b12ba87c7bba8fb7d5a40e4ff8b774e8 (diff)
downloadale-c57b0318767f0c03c7ebbe7ca39ab45b33e57096.zip
Providing cquery support for C files
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-c.txt20
-rw-r--r--doc/ale.txt3
2 files changed, 22 insertions, 1 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*
diff --git a/doc/ale.txt b/doc/ale.txt
index 8182c27a..fdb2d0a6 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -30,6 +30,7 @@ CONTENTS *ale-contents*
clang-format........................|ale-c-clangformat|
clangtidy...........................|ale-c-clangtidy|
cppcheck............................|ale-c-cppcheck|
+ cquery..............................|ale-c-cquery|
flawfinder..........................|ale-c-flawfinder|
gcc.................................|ale-c-gcc|
chef..................................|ale-chef-options|
@@ -336,7 +337,7 @@ Notes:
* Awk: `gawk`
* Bash: `language-server`, `shell` (-n flag), `shellcheck`, `shfmt`
* Bourne Shell: `shell` (-n flag), `shellcheck`, `shfmt`
-* C: `cppcheck`, `cpplint`!!, `clang`, `clangd`, `clangtidy`!!, `clang-format`, `flawfinder`, `gcc`
+* C: `cppcheck`, `cpplint`!!, `clang`, `clangd`, `clangtidy`!!, `clang-format`, `cquery`, `flawfinder`, `gcc`
* C++ (filetype cpp): `clang`, `clangcheck`!!, `clangtidy`!!, `clang-format`, `cppcheck`, `cpplint`!!, `cquery`, `flawfinder`, `gcc`
* CUDA: `nvcc`!!
* C#: `mcs`, `mcsc`!!