Summary: | yaml diagnostics export | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Christian Gagneraud <chgans> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian Gagneraud
2019-04-18 01:37:57 UTC
(Linking https://github.com/KDE/clazy/pull/32 here) Thanks! This has been on my TODO list for some time now... Once this one works I think we should remove the old one from clazy, and only permit via "clazy-standalone -export-fixes", as the old one has many bugs when headers are being rewritten in parallel with "make -jN" And there is this script that goes hand in hand with -export-fixes=<filename>, this first run clang-tify in parrallel, then collect, then merge all replacement files, and finally call clang-apply-replacement if asked to. https://github.com/llvm-mirror/clang-tools-extra/blob/master/clang-tidy/tool/run-clang-tidy.py This is now done and merged into master, as it's working better than the previous version. I haven't found any problems related to macros. Feel free to push individual fixes to phabricator and we'll tackle them one by one thanks! Thanks a lot for integrating my initial work. I'll surely report any issue as i start to use this new feature on our code base. |