clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::config::Fragment::SemanticTokensBlock Struct Reference

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.
 

Detailed Description

Configures semantic tokens that are produced by clangd.

Definition at line 336 of file ConfigFragment.h.

Member Data Documentation

◆ DisabledKinds

std::vector<Located<std::string> > clang::clangd::config::Fragment::SemanticTokensBlock::DisabledKinds

Disables clangd to produce semantic tokens for the given kinds.

Definition at line 338 of file ConfigFragment.h.

◆ DisabledModifiers

std::vector<Located<std::string> > clang::clangd::config::Fragment::SemanticTokensBlock::DisabledModifiers

Disables clangd to assign semantic tokens with the given modifiers.

Definition at line 340 of file ConfigFragment.h.


The documentation for this struct was generated from the following file: