diff options
author | Tommy Chiang <oToToT@users.noreply.github.com> | 2021-03-21 06:26:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 22:26:53 +0000 |
commit | 3728d9f76c235909c22a45c54d9984183f42b131 (patch) | |
tree | e8262ab7b1fe7835ec41eeb335d542e1c89f6e7e /doc | |
parent | 4411b4d751f944892c7d5c17a503a9a55fd9ddd1 (diff) | |
download | ale-3728d9f76c235909c22a45c54d9984183f42b131.zip |
Add support for clangd with CUDA (#3598)
* add support for clangd with CUDA
* add clangd with CUDA in supported-tools.md
* add doc for clangd with CUDA
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-cuda.txt | 18 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-cuda.txt b/doc/ale-cuda.txt index 0e53f756..06aa48ce 100644 --- a/doc/ale-cuda.txt +++ b/doc/ale-cuda.txt @@ -22,6 +22,24 @@ g:ale_cuda_nvcc_options *g:ale_cuda_nvcc_options* This variable can be changed to modify flags given to nvcc. =============================================================================== +clangd *ale-cuda-clangd* + +g:ale_cuda_clangd_executable *g:ale_cuda_clangd_executable* + *b:ale_cuda_clangd_executable* + Type: |String| + Default: `'clangd'` + + This variable can be changed to use a different executable for clangd. + + +g:ale_cuda_clangd_options *g:ale_cuda_clangd_options* + *b:ale_cuda_clangd_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to clangd. + +=============================================================================== clang-format *ale-cuda-clangformat* See |ale-c-clangformat| for information about the available options. diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index fde158fe..a2d14ef2 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -109,6 +109,7 @@ Notes: * Cucumber * `cucumber` * CUDA + * `clangd` * `nvcc`!! * Cypher * `cypher-lint` diff --git a/doc/ale.txt b/doc/ale.txt index cb11226d..796dd428 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2688,6 +2688,7 @@ documented in additional help files. stylelint.............................|ale-css-stylelint| cuda....................................|ale-cuda-options| nvcc..................................|ale-cuda-nvcc| + clangd................................|ale-cuda-clangd| clang-format..........................|ale-cuda-clangformat| d.......................................|ale-d-options| dfmt..................................|ale-d-dfmt| |