Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.h36 bool EmbedFixesInDiagnostics = false; member
DDiagnostics.cpp439 if (Opts.EmbedFixesInDiagnostics) { in toLSPDiags()
DClangdLSPServer.cpp528 DiagOpts.EmbedFixesInDiagnostics = Params.capabilities.DiagnosticFixes; in onInitialize()