Functions§
- issues_
to_ diagnostics - Convert pre-computed raw issues (from
db::semantic::semantic_issues) into LSP diagnostics, applying the user’sDiagnosticsConfigfilter. Keeping filter + conversion outside the salsa query preserves memoization across config toggles (the user flipping a category must not rerun the analyzer). - semantic_
diagnostics - Run semantic checks on
docagainst the suppliedAnalysisSession.