clang-tools 20.0.0git
|
Configures semantic tokens that are produced by clangd. More...
#include <ConfigFragment.h>
Public Attributes | |
std::vector< Located< std::string > > | DisabledKinds |
Disables clangd to produce semantic tokens for the given kinds. | |
std::vector< Located< std::string > > | DisabledModifiers |
Disables clangd to assign semantic tokens with the given modifiers. | |
Configures semantic tokens that are produced by clangd.
Definition at line 340 of file ConfigFragment.h.
std::vector<Located<std::string> > clang::clangd::config::Fragment::SemanticTokensBlock::DisabledKinds |
Disables clangd to produce semantic tokens for the given kinds.
Definition at line 342 of file ConfigFragment.h.
std::vector<Located<std::string> > clang::clangd::config::Fragment::SemanticTokensBlock::DisabledModifiers |
Disables clangd to assign semantic tokens with the given modifiers.
Definition at line 344 of file ConfigFragment.h.