clang-tools
7.0.0
|
#include <Protocol.h>
Public Attributes | |
llvm::Optional< std::vector< SymbolKind > > | valueSet |
The SymbolKinds that the client supports. More... | |
Definition at line 282 of file Protocol.h.
llvm::Optional<std::vector<SymbolKind> > clang::clangd::SymbolKindCapabilities::valueSet |
The SymbolKinds that the client supports.
If not set, the client only supports <= SymbolKind::Array and will not fall back to a valid default value.
Definition at line 286 of file Protocol.h.
Referenced by clang::clangd::fromJSON().