clang-tools 22.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 391 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 393 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 395 of file ConfigFragment.h.