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

Structure to capture a description for an error code. More...

#include <Protocol.h>

Public Attributes

std::string href
 An URI to open with more information about the diagnostic error.
 

Detailed Description

Structure to capture a description for an error code.

Definition at line 910 of file Protocol.h.

Member Data Documentation

◆ href

std::string clang::clangd::CodeDescription::href

An URI to open with more information about the diagnostic error.

Definition at line 912 of file Protocol.h.


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