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/ale-cuda.txt | |
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/ale-cuda.txt')
-rw-r--r-- | doc/ale-cuda.txt | 18 |
1 files changed, 18 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. |