How to navigate to clazy warning in Qt Creator?
Summary A misalignment between Qt Creator’s diagnostic ingestion pipeline and clazy’s export‑fixes behavior prevents non‑fixit clazy warnings from appearing in the Issues pane. Qt Creator only displays diagnostics that arrive through its structured export‑file mechanism, but clazy emits structured data only for warnings that have fixits, leaving all other warnings stranded in the Application Output … Read more