Summary: | -exports-fixes considers only last source file | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Nikolai Kosjar <nikolai.kosjar> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/clazy/7a3d9cc18d96d22f8f3613396fc21a03f7f023d4 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nikolai Kosjar
2019-07-19 09:24:18 UTC
Git commit 7a3d9cc18d96d22f8f3613396fc21a03f7f023d4 by Sergio Martins. Committed on 04/08/2019 at 17:21. Pushed by smartins into branch 'master'. Fix -export-fixes on clazy-standalone with multiple files TUDiag was being exported multiple times rewriting the same file. Export at the end only. M +5 -3 src/Clazy.cpp M +2 -0 src/Clazy.h M +15 -3 src/ClazyContext.cpp M +2 -0 src/ClazyContext.h M +8 -4 src/ClazyStandaloneMain.cpp M +18 -5 src/FixItExporter.cpp M +4 -4 src/FixItExporter.h https://commits.kde.org/clazy/7a3d9cc18d96d22f8f3613396fc21a03f7f023d4 |