You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's just mentioned that "Not all checks work within clangd.", which is not clear enough and may confuse users (clangd/clangd#759). These tests should be listed.
Some clang-tidy checks are enabled when there is no configuration in ".clangd" and ".clang-tidy" files (I tested with clangd 18.1.8 but didn't check the source code). I think it can be documented.
It's just mentioned that "Not all checks work within clangd.", which is not clear enough and may confuse users (clangd/clangd#759). These tests should be listed.
Current document and disabled checks:
clangd-www/features.md
Lines 41 to 42 in a3b06b5
https://github.com/llvm/llvm-project/blob/75ad8b23c0f430bcf3a783c50ef53b926147dff7/clang-tools-extra/clangd/TidyProvider.cpp#L197-L224
Some clang-tidy checks are enabled when there is no configuration in ".clangd" and ".clang-tidy" files (I tested with clangd 18.1.8 but didn't check the source code). I think it can be documented.
Checks enabled by default:
https://github.com/llvm/llvm-project/blob/75ad8b23c0f430bcf3a783c50ef53b926147dff7/clang-tools-extra/clangd/TidyProvider.cpp#L170-L185
The text was updated successfully, but these errors were encountered: