https://bugs.kde.org/show_bug.cgi?id=513153
--- Comment #4 from Ivan Romanov <[email protected]> --- I rebuild Fedora package with. $ cat fix-export-fixes.patch diff --git a/src/FixItExporter.cpp b/src/FixItExporter.cpp index 70e96229..750d507a 100644 --- a/src/FixItExporter.cpp +++ b/src/FixItExporter.cpp @@ -137,11 +137,6 @@ void FixItExporter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, const D Client->HandleDiagnostic(DiagLevel, Info); } - // Do not export file when we can not provide any fixits - if (Info.getNumFixItHints() == 0) { - return; - } - // Convert and record warning diagnostics and their notes if (DiagLevel == DiagnosticsEngine::Warning) { auto ToolingDiag = ConvertDiagnostic(Info); It fix my problem. -- You are receiving this mail because: You are watching all bug changes.
