Home
last modified time | relevance | path

Searched refs:EmbedFixesInDiagnostics (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.h39 bool EmbedFixesInDiagnostics = false; member
H A DDiagnostics.cpp500 if (Opts.EmbedFixesInDiagnostics) { in toLSPDiags()
H A DClangdLSPServer.cpp504 DiagOpts.EmbedFixesInDiagnostics = Params.capabilities.DiagnosticFixes; in onInitialize()